33 #ifndef CXTOOLUSINGIGSTK_H_
34 #define CXTOOLUSINGIGSTK_H_
36 #include "org_custusx_core_tracking_system_igstk_Export.h"
42 #include <boost/shared_ptr.hpp>
99 virtual std::set<Type> getTypes()
const;
102 virtual bool getVisible()
const;
103 virtual bool isInitialized()
const;
104 virtual QString getUid()
const;
105 virtual QString getName()
const;
109 virtual double getTooltipOffset()
const;
110 virtual void setTooltipOffset(
double val);
112 virtual bool isCalibrated()
const;
114 virtual void setCalibration_sMt(
Transform3D calibration);
115 QString getCalibrationFileName()
const;
117 TRACKING_SYSTEM getTrackerType();
119 virtual std::map<int, Vector3D> getReferencePoints()
const;
120 virtual bool hasReferencePointWithId(
int id);
122 bool isValid()
const;
124 virtual void set_prMt(
const Transform3D& prMt,
double timestamp);
125 virtual void setVisible(
bool vis);
127 virtual void addXml(QDomNode& dataNode);
128 virtual void parseXml(QDomNode& dataNode);
131 void attachedToTracker(
bool);
135 void calculateTpsSlot();
136 void toolVisibleSlot(
bool);
139 void createPolyData();
141 void printInternalStructure();
std::vector< double > DoubleVector
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
boost::shared_ptr< class IgstkTool > IgstkToolPtr
boost::shared_ptr< DoubleVector > DoubleVectorPtr
std::vector< Transform3DPtr > Transform3DVector
boost::shared_ptr< Transform3DVector > Transform3DVectorPtr
boost::shared_ptr< Probe > ProbePtr
vtkSmartPointer< class vtkPolyData > vtkPolyDataPtr
boost::shared_ptr< class ProbeImpl > ProbeImplPtr
boost::shared_ptr< ToolUsingIGSTK > ToolUsingIGSTKPtr