12 #ifndef CXPATIENTLANDMARKSWIDGET_H 13 #define CXPATIENTLANDMARKSWIDGET_H 16 #include "org_custusx_registration_method_landmark_Export.h" 43 void toolSampleButtonClickedSlot();
44 virtual void cellClickedSlot(
int row,
int column);
45 void removeLandmarkButtonClickedSlot();
46 void updateToolSampleButton();
47 virtual void pointSampled(
Vector3D p_r);
50 virtual void showEvent(QShowEvent* event);
51 virtual void hideEvent(QHideEvent* event);
52 virtual void prePaintEvent();
55 virtual void setTargetLandmark(QString uid,
Vector3D p_target);
56 virtual QString getTargetName()
const;
57 virtual void performRegistration();
67 void globalConfigurationFileChangedSlot(QString key);
74 #endif // CXPATIENTLANDMARKSWIDGET_H Transform3D Transform3D
Transform3D is a representation of an affine 3D transform.
boost::shared_ptr< class RegServices > RegServicesPtr
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
std::map< QString, class Landmark > LandmarkMap
Namespace for all CustusX production code.