CustusX
22.04-rc5
An IGT application
|
Null Object Pattern for Registration service. More...
#include <cxRegistrationServiceNull.h>
Public Member Functions | |
RegistrationServiceNull () | |
~RegistrationServiceNull () | |
virtual void | setMovingData (DataPtr data) |
virtual void | setFixedData (DataPtr data) |
virtual DataPtr | getMovingData () |
virtual DataPtr | getFixedData () |
virtual void | doPatientRegistration () |
registrates the fixed image to the patient More... | |
virtual void | doFastRegistration_Translation () |
use the landmarks in master image and patient to perform a translation-only landmark registration More... | |
virtual void | doFastRegistration_Orientation (const Transform3D &tMtm, const Transform3D &prMt) |
virtual void | doImageRegistration (bool translationOnly) |
virtual void | addImage2ImageRegistration (Transform3D delta_pre_rMd, QString description) |
virtual void | updateImage2ImageRegistration (Transform3D delta_pre_rMd, QString description) |
virtual void | addPatientRegistration (Transform3D rMpr_new, QString description) |
virtual void | updatePatientRegistration (Transform3D rMpr_new, QString description) |
virtual void | applyPatientOrientation (const Transform3D &tMtm, const Transform3D &prMt) |
virtual QDateTime | getLastRegistrationTime () |
virtual void | setLastRegistrationTime (QDateTime time) |
virtual void | updateRegistration (QDateTime oldTime, RegistrationTransform deltaTransform, DataPtr data, QString masterFrame) |
virtual bool | isNull () |
Public Member Functions inherited from cx::RegistrationService | |
virtual | ~RegistrationService () |
QString | getFixedDataUid () |
QString | getMovingDataUid () |
Additional Inherited Members | |
Signals inherited from cx::RegistrationService | |
void | fixedDataChanged (QString uid) |
void | movingDataChanged (QString uid) |
Static Public Member Functions inherited from cx::RegistrationService | |
static RegistrationServicePtr | getNullObject () |
Null Object Pattern for Registration service.
Definition at line 28 of file cxRegistrationServiceNull.h.
cx::RegistrationServiceNull::RegistrationServiceNull | ( | ) |
Definition at line 20 of file cxRegistrationServiceNull.cpp.
|
inline |
Definition at line 33 of file cxRegistrationServiceNull.h.
|
virtual |
Implements cx::RegistrationService.
Definition at line 64 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 74 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 84 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 54 of file cxRegistrationServiceNull.cpp.
|
virtual |
use the landmarks in master image and patient to perform a translation-only landmark registration
Implements cx::RegistrationService.
Definition at line 49 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 59 of file cxRegistrationServiceNull.cpp.
|
virtual |
registrates the fixed image to the patient
Implements cx::RegistrationService.
Definition at line 44 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 39 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 89 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 34 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 104 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 29 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 94 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 24 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 69 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 79 of file cxRegistrationServiceNull.cpp.
|
virtual |
Definition at line 99 of file cxRegistrationServiceNull.cpp.