12 #ifndef CXPLAYBACKTOOL_H_ 13 #define CXPLAYBACKTOOL_H_ 17 #include "cxResourceExport.h" 39 virtual std::set<Type> getTypes()
const;
43 virtual bool getVisible()
const;
44 virtual QString getUid()
const;
45 virtual QString getName()
const;
46 virtual bool isCalibrated()
const;
47 virtual double getTimestamp()
const;
49 virtual double getTooltipOffset()
const;
50 virtual void setTooltipOffset(
double val);
53 virtual std::map<QString, Vector3D> getReferencePoints()
const;
57 virtual bool isInitialized()
const;
62 virtual void set_prMt(
const Transform3D& prMt,
double timestamp);
63 virtual void setVisible(
bool vis);
69 void timeChangedSlot();
72 PlaybackTimePtr mTime;
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
boost::shared_ptr< class PlaybackTool > PlaybackToolPtr
boost::shared_ptr< class PlaybackTime > PlaybackTimePtr
boost::shared_ptr< Probe > ProbePtr
boost::shared_ptr< TimedTransformMap > TimedTransformMapPtr
vtkSmartPointer< vtkPolyData > vtkPolyDataPtr
std::map< double, Transform3D > TimedTransformMap
Namespace for all CustusX production code.
boost::shared_ptr< class Tool > ToolPtr