CustusX
16.5.0-rc9
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 | applyImage2ImageRegistration (Transform3D delta_pre_rMd, QString description) |
virtual void | applyContinuousImage2ImageRegistration (Transform3D delta_pre_rMd, QString description) |
virtual void | applyPatientRegistration (Transform3D rMpr_new, QString description) |
virtual void | applyContinuousPatientRegistration (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 49 of file cxRegistrationServiceNull.h.
cx::RegistrationServiceNull::RegistrationServiceNull | ( | ) |
Definition at line 41 of file cxRegistrationServiceNull.cpp.
|
inline |
Definition at line 54 of file cxRegistrationServiceNull.h.
|
virtual |
Implements cx::RegistrationService.
Definition at line 90 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 100 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 85 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 105 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 95 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 75 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 70 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 80 of file cxRegistrationServiceNull.cpp.
|
virtual |
registrates the fixed image to the patient
Implements cx::RegistrationService.
Definition at line 65 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 60 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 110 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 55 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 125 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 50 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 115 of file cxRegistrationServiceNull.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 45 of file cxRegistrationServiceNull.cpp.
|
virtual |
Definition at line 120 of file cxRegistrationServiceNull.cpp.