CustusX
22.04-rc5
An IGT application
|
Always provides a RegistrationService. More...
#include <cxRegistrationServiceProxy.h>
Public Member Functions | |
RegistrationServiceProxy (ctkPluginContext *context) | |
~RegistrationServiceProxy () | |
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 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 () |
Always provides a RegistrationService.
Use the Proxy design pattern. Uses ServiceTrackerListener to either provide an implementation of RegistrationService or the null object (RegistrationServiceNull)
Definition at line 40 of file cxRegistrationServiceProxy.h.
cx::RegistrationServiceProxy::RegistrationServiceProxy | ( | ctkPluginContext * | context | ) |
Definition at line 23 of file cxRegistrationServiceProxy.cpp.
|
inline |
Definition at line 45 of file cxRegistrationServiceProxy.h.
|
virtual |
Implements cx::RegistrationService.
Definition at line 103 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 113 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 123 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 93 of file cxRegistrationServiceProxy.cpp.
|
virtual |
use the landmarks in master image and patient to perform a translation-only landmark registration
Implements cx::RegistrationService.
Definition at line 88 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 98 of file cxRegistrationServiceProxy.cpp.
|
virtual |
registrates the fixed image to the patient
Implements cx::RegistrationService.
Definition at line 83 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 78 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 128 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 73 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 138 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 68 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 133 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 62 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 108 of file cxRegistrationServiceProxy.cpp.
|
virtual |
Implements cx::RegistrationService.
Definition at line 118 of file cxRegistrationServiceProxy.cpp.