CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cxRegistrationMethodManualPatientOrientationService.h
Go to the documentation of this file.
1 #ifndef CXREGISTRATIONMETHODMANUALPATIENTORIENTATIONSERVICE_H
2 #define CXREGISTRATIONMETHODMANUALPATIENTORIENTATIONSERVICE_H
3 
4 
6 #include "org_custusx_registration_method_manual_Export.h"
7 
8 namespace cx
9 {
10 
19 class org_custusx_registration_method_manual_EXPORT RegistrationMethodManualPatientOrientationService : public RegistrationMethodService
20 {
21  Q_INTERFACES(cx::RegistrationMethodService)
22 public:
24  RegistrationMethodService(services) {}
26  virtual QString getRegistrationType() {return QString("ImageTransform");}
27  virtual QString getRegistrationMethod() {return QString("Manual Patient Orientation");}
28  virtual QString getWidgetName() {return QString("org_custusx_registration_method_manual_patient_orientation");}
29  virtual QWidget* createWidget();
30 };
31 } // cx
32 
33 #endif // CXREGISTRATIONMETHODMANUALPATIENTORIENTATIONSERVICE_H
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:41
Registration Method services.