|
NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
Go to the documentation of this file.
28 ManualTool(mBase->getUid() +
"_manual"), mBase(base)
67 return mBase->getGraphicsPolyData();
72 return mBase->isCalibrated();
77 return mBase->getProbe();
82 return mBase->getCalibration_sMt();
87 return mBase->getReferencePoints();
92 return mBase->getTooltipOffset();
97 mBase->setTooltipOffset(val);
102 std::set<Tool::Type> retval = mBase->getTypes();
109 QTimer* positionTimer =
new QTimer(
this);
110 connect(positionTimer, SIGNAL(timeout()),
this, SLOT(emitPosition()));
111 positionTimer->start(msecBetweenPositions);
120 void ManualToolAdapter::emitPosition()
Namespace for all CustusX production code.
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
vtkSmartPointer< vtkPolyData > vtkPolyDataPtr
boost::shared_ptr< class Tool > ToolPtr
boost::shared_ptr< Probe > ProbePtr