Fraxinus
18.10
An IGT application
|
#include <cxPatientModelImplService.h>
Public Member Functions | |
PatientModelImplService (ctkPluginContext *context) | |
virtual | ~PatientModelImplService () |
virtual void | insertData (DataPtr data) |
virtual DataPtr | createData (QString type, QString uid, QString name) |
virtual std::map< QString, DataPtr > | getDatas (DataFilter filter) const |
virtual DataPtr | getData (const QString &uid) const |
virtual std::map< QString, DataPtr > | getChildren (QString parent_uid, QString of_type="") 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 Transform3D | get_rMpr () const |
get the patient registration transform More... | |
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, 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... | |
void | setOperatingTable (const OperatingTable &ot) |
OperatingTable | getOperatingTable () const |
virtual QString | addLandmark () |
virtual void | deleteLandmarks () |
virtual void | autoSave () |
virtual bool | isNull () |
virtual void | makeAvailable (const QString &uid, bool available) |
Exclude this data from getDatas() More... | |
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 void | updateRegistration_rMpr (const QDateTime &oldTime, const RegistrationTransform &newTransform) |
QString | generateFilePath (QString folderName, QString ending) |
Additional Inherited Members | |
Public Types inherited from cx::PatientModelService | |
enum | DataFilter { HideUnavailable, AllData } |
Signals inherited from cx::PatientModelService | |
void | operatingTableChanged () |
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 () |
Implementation of PatientModelService.
Definition at line 35 of file cxPatientModelImplService.h.
cx::PatientModelImplService::PatientModelImplService | ( | ctkPluginContext * | context | ) |
Definition at line 36 of file cxPatientModelImplService.cpp.
|
virtual |
Definition at line 97 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 272 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 185 of file cxPatientModelImplService.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 120 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 277 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 237 of file cxPatientModelImplService.cpp.
|
virtual |
get the patient registration transform
Reimplemented from cx::PatientModelService.
Definition at line 180 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 287 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 292 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 222 of file cxPatientModelImplService.cpp.
|
virtual |
current common center point for user viewing.
Implements cx::PatientModelService.
Definition at line 257 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 150 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 207 of file cxPatientModelImplService.cpp.
|
virtual |
Definition at line 141 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 125 of file cxPatientModelImplService.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 170 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 267 of file cxPatientModelImplService.cpp.
|
virtual |
landmark defined in patient space
Implements cx::PatientModelService.
Definition at line 165 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 247 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 217 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 232 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 112 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 190 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 227 of file cxPatientModelImplService.cpp.
|
virtual |
Exclude this data from getDatas()
Implements cx::PatientModelService.
Definition at line 195 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 242 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 252 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 212 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 282 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 175 of file cxPatientModelImplService.cpp.
|
virtual |
Implements cx::PatientModelService.
Definition at line 262 of file cxPatientModelImplService.cpp.