![]() |
Fraxinus
16.5.0-fx-rc3
An IGT application
|
Null Object Pattern for Registration service. More...
#include <cxPatientModelServiceNull.h>
Public Member Functions | |
| PatientModelServiceNull () | |
| virtual void | insertData (DataPtr data) |
| virtual DataPtr | createData (QString type, QString uid, QString name="") |
| virtual std::map< QString, DataPtr > | getData () const |
| virtual LandmarksPtr | getPatientLandmarks () const |
| landmark defined in patient space More... | |
| virtual std::map< QString, LandmarkProperty > | getLandmarkProperties () const |
| virtual void | setLandmarkName (QString uid, QString name) |
| virtual void | setLandmarkActive (QString uid, bool active) |
| virtual RegistrationHistoryPtr | get_rMpr_History () const |
| virtual ActiveDataPtr | getActiveData () const |
| virtual CLINICAL_VIEW | getClinicalApplication () const |
| virtual void | setClinicalApplication (CLINICAL_VIEW application) |
| virtual std::map< QString, cx::VideoSourcePtr > | getStreams () const |
| virtual QString | getActivePatientFolder () const |
| virtual bool | isPatientValid () const |
| virtual DataPtr | importData (QString fileName, QString &infoText) |
| virtual void | exportPatient (PATIENT_COORDINATE_SYSTEM externalSpace) |
| virtual void | removeData (QString uid) |
| virtual PresetTransferFunctions3DPtr | getPresetTransferFunctions3D () const |
| virtual void | setCenter (const Vector3D ¢er) |
| virtual Vector3D | getCenter () const |
| current common center point for user viewing. More... | |
| virtual QString | addLandmark () |
| virtual void | autoSave () |
| virtual bool | isNull () |
Public Member Functions inherited from cx::PatientModelService | |
| virtual | ~PatientModelService () |
| template<class DATA > | |
| std::map< QString, boost::shared_ptr< DATA > > | getDataOfType () const |
| DataPtr | getData (const QString &uid) const |
| template<class DATA > | |
| boost::shared_ptr< DATA > | getData (const QString &uid) const |
| template<class DATA > | |
| boost::shared_ptr< DATA > | createSpecificData (QString uid, QString name="") |
| VideoSourcePtr | getStream (const QString &uid) const |
| Convenience function getting a specified stream. More... | |
| virtual Transform3D | get_rMpr () const |
| virtual void | updateRegistration_rMpr (const QDateTime &oldTime, const RegistrationTransform &newTransform, bool continuous) |
| QString | generateFilePath (QString folderName, QString ending) |
Additional Inherited Members | |
Signals inherited from cx::PatientModelService | |
| void | centerChanged () |
| emitted when center is changed. More... | |
| void | dataAddedOrRemoved () |
| void | landmarkPropertiesChanged () |
| emitted when global info about a landmark changed More... | |
| void | clinicalApplicationChanged () |
| void | rMprChanged () |
| void | streamLoaded () |
| void | patientChanged () |
| void | videoAddedToTrackedStream () |
Static Public Member Functions inherited from cx::PatientModelService | |
| static PatientModelServicePtr | getNullObject () |
Null Object Pattern for Registration service.
Definition at line 49 of file cxPatientModelServiceNull.h.
| cx::PatientModelServiceNull::PatientModelServiceNull | ( | ) |
Definition at line 45 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 145 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 84 of file cxPatientModelServiceNull.cpp.
|
virtual |
Create Data object of given type.
uid must be unique, or contain the string %1 that will be replaced with a running index that makes the uid unique. The same applies to name. An empty name will set name = uid.
Implements cx::PatientModelService.
Definition at line 53 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 119 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 161 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 167 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 101 of file cxPatientModelServiceNull.cpp.
|
virtual |
current common center point for user viewing.
Implements cx::PatientModelService.
Definition at line 140 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 173 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 58 of file cxPatientModelServiceNull.cpp.
|
virtual |
Get all defined landmarks. These landmarks are additionally defined in specific coordinate spaces, such as patient and for each Data.
Implements cx::PatientModelService.
Definition at line 73 of file cxPatientModelServiceNull.cpp.
|
virtual |
landmark defined in patient space
Implements cx::PatientModelService.
Definition at line 66 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 129 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 95 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 113 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 48 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 89 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 107 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 124 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 135 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 178 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 151 of file cxPatientModelServiceNull.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 79 of file cxPatientModelServiceNull.cpp.