NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
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
cx::RegistrationMethodManualPatientOrientationService::getRegistrationMethod
virtual QString getRegistrationMethod()
Definition: cxRegistrationMethodManualPatientOrientationService.h:27
cx::RegistrationMethodService
Registration Method services.
Definition: cxRegistrationMethodService.h:36
cx::RegistrationMethodManualPatientOrientationService::RegistrationMethodManualPatientOrientationService
RegistrationMethodManualPatientOrientationService(RegServicesPtr services)
Definition: cxRegistrationMethodManualPatientOrientationService.h:23
cx
Namespace for all CustusX production code.
Definition: cx_dev_group_definitions.h:13
cx::RegistrationMethodManualPatientOrientationService::~RegistrationMethodManualPatientOrientationService
virtual ~RegistrationMethodManualPatientOrientationService()
Definition: cxRegistrationMethodManualPatientOrientationService.h:25
cxRegistrationMethodService.h
cx::RegServicesPtr
boost::shared_ptr< class RegServices > RegServicesPtr
Definition: cxRegServices.h:20
cx::RegistrationMethodManualPatientOrientationService
Definition: cxRegistrationMethodManualPatientOrientationService.h:19
cx::RegistrationMethodManualPatientOrientationService::getWidgetName
virtual QString getWidgetName()
Definition: cxRegistrationMethodManualPatientOrientationService.h:28
cx::RegistrationMethodManualPatientOrientationService::getRegistrationType
virtual QString getRegistrationType()
Definition: cxRegistrationMethodManualPatientOrientationService.h:26