12 #ifndef CXEBUSCALIBRATIONWIDGET_H_ 13 #define CXEBUSCALIBRATIONWIDGET_H_ 15 #include "org_custusx_calibration_Export.h" 57 void toolSelectedSlot();
58 void trackingStartedSlot();
59 void browseAdapterCalibrationPathSlot();
62 Transform3D readCalibrationFile(QString absoluteFilePath);
64 VisServicesPtr mServices;
65 QPushButton* mCalibrateButton;
66 QLabel* mReferencePointLabel;
67 QLabel* mCalibrationLabel;
69 QString mAdapterCalibrationPath;
70 QComboBox* mAdapterCalibrationPathComboBox;
71 StringPropertySelectToolPtr mCalibRefTool;
72 StringPropertySelectToolPtr mCalibratingTool;
boost::shared_ptr< class VisServices > VisServicesPtr
Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
boost::shared_ptr< class StringPropertySelectTool > StringPropertySelectToolPtr
~EBUSCalibrationCalculator()
Namespace for all CustusX production code.
boost::shared_ptr< class Tool > ToolPtr