![]() |
CustusX
15.3.4-beta
An IGT application
|
Always provides a PatientModelService. More...
#include <cxPatientModelServiceProxy.h>
Public Member Functions | |
| PatientModelServiceProxy (ctkPluginContext *context) | |
| virtual | ~PatientModelServiceProxy () |
| virtual void | insertData (DataPtr data) |
| virtual DataPtr | createData (QString type, QString uid, QString name="") |
| virtual std::map< QString, DataPtr > | getData () const |
| virtual DataPtr | getData (const QString &uid) 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 ImagePtr | getActiveImage () const |
| used for system state More... | |
| virtual void | setActiveImage (ImagePtr activeImage) |
| used for system state More... | |
| virtual CLINICAL_VIEW | getClinicalApplication () const |
| virtual void | setClinicalApplication (CLINICAL_VIEW application) |
| virtual std::map< QString, VideoSourcePtr > | getStreams () const |
| virtual QString | getActivePatientFolder () const |
| virtual bool | isPatientValid () const |
| virtual DataPtr | importData (QString fileName, QString &infoText) |
| virtual void | exportPatient (bool niftiFormat) |
| 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="") |
| QString | getActiveImageUid () |
| 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) |
| QString | generateFilePath (QString folderName, QString ending) |
Static Public Member Functions | |
| static PatientModelServicePtr | create (ctkPluginContext *pluginContext) |
Static Public Member Functions inherited from cx::PatientModelService | |
| static PatientModelServicePtr | getNullObject () |
Additional Inherited Members | |
Signals inherited from cx::PatientModelService | |
| void | centerChanged () |
| emitted when center is changed. More... | |
| void | dataAddedOrRemoved () |
| void | activeImageChanged (const QString &uId) |
| void | landmarkPropertiesChanged () |
| emitted when global info about a landmark changed More... | |
| void | clinicalApplicationChanged () |
| void | rMprChanged () |
| void | streamLoaded () |
| void | patientChanged () |
Always provides a PatientModelService.
Use the Proxy design pattern. Uses ServiceTrackerListener to either provide an implementation of PatientModelService or the null object (PatientModelServiceNull)
Definition at line 57 of file cxPatientModelServiceProxy.h.
| cx::PatientModelServiceProxy::PatientModelServiceProxy | ( | ctkPluginContext * | context | ) |
Definition at line 49 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Definition at line 56 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 219 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 164 of file cxPatientModelServiceProxy.cpp.
|
static |
Definition at line 44 of file cxPatientModelServiceProxy.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 124 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 194 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 229 of file cxPatientModelServiceProxy.cpp.
|
virtual |
used for system state
Implements cx::PatientModelService.
Definition at line 154 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 179 of file cxPatientModelServiceProxy.cpp.
|
virtual |
current common center point for user viewing.
Implements cx::PatientModelService.
Definition at line 214 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 234 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 129 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Definition at line 134 of file cxPatientModelServiceProxy.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 144 of file cxPatientModelServiceProxy.cpp.
|
virtual |
landmark defined in patient space
Implements cx::PatientModelService.
Definition at line 139 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 204 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 174 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 189 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 119 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 169 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 184 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 199 of file cxPatientModelServiceProxy.cpp.
|
virtual |
used for system state
Implements cx::PatientModelService.
Definition at line 159 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 209 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 239 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 224 of file cxPatientModelServiceProxy.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 149 of file cxPatientModelServiceProxy.cpp.