NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cxRegistrationMethodManualPatientOrientationService.cpp
Go to the documentation of this file.
2 
4 
5 namespace cx
6 {
7 
9 {
10  PatientOrientationWidget* patientOrientationWidget = new PatientOrientationWidget(mServices, NULL, this->getWidgetName(), "Patient Orientation");
11  return patientOrientationWidget;
12 }
13 } // cx
cx
Namespace for all CustusX production code.
Definition: cx_dev_group_definitions.h:13
cxPatientOrientationWidget.h
cx::RegistrationMethodManualPatientOrientationService::createWidget
virtual QWidget * createWidget()
Definition: cxRegistrationMethodManualPatientOrientationService.cpp:8
cxRegistrationMethodManualPatientOrientationService.h
cx::PatientOrientationWidget
Widget for setting reference space to current tool orientation, without changing absolute position of...
Definition: cxPatientOrientationWidget.h:35