![]() |
Fraxinus
16.5.0-fx-rc1
An IGT application
|
Data class that represents a single point. More...
#include <cxPointMetric.h>
Public Member Functions | |
| virtual | ~PointMetric () |
| virtual QString | getParentSpace () |
| void | setCoordinate (const Vector3D &p) |
| Vector3D | getCoordinate () const |
| void | setSpace (CoordinateSystem space) |
| CoordinateSystem | getSpace () const |
| virtual QString | getType () const |
| virtual QIcon | getIcon () |
| virtual Vector3D | getRefCoord () const |
| virtual QString | getAsSingleLineString () const |
| virtual void | addXml (QDomNode &dataNode) |
| adds xml information about the data and its variabels More... | |
| virtual void | parseXml (QDomNode &dataNode) |
| Use a XML node to load data. More... | |
| virtual DoubleBoundingBox3D | boundingBox () const |
| virtual QString | getValueAsString () const |
| virtual bool | showValueInGraphics () const |
Public Member Functions inherited from cx::DataMetric | |
| DataMetric (const QString &uid, const QString &name, PatientModelServicePtr dataManager, SpaceProviderPtr spaceProvider) | |
| virtual | ~DataMetric () |
| virtual QString | getSpace () |
| virtual bool | isValid () const |
| void | setColor (const QColor &color) |
| QColor | getColor () |
| virtual bool | load (QString path) |
| metrics don't store info in file, xml only. More... | |
| virtual void | save (const QString &basePath) |
| metrics don't store info in file, xml only. More... | |
Public Member Functions inherited from cx::Data | |
| Data (const QString &uid, const QString &name="") | |
| virtual | ~Data () |
| void | setUid (const QString &uid) |
| void | setName (const QString &name) |
| void | setAcquisitionTime (QDateTime time) |
| void | setSoftwareAcquisitionTime (QDateTime time) |
| void | setOriginalAcquisitionTime (QDateTime time) |
| virtual RegistrationHistoryPtr | get_rMd_History () |
| LandmarksPtr | getLandmarks () |
| virtual QString | getUid () const |
| virtual QString | getName () const |
| virtual Transform3D | get_rMd () const |
| virtual QDateTime | getAcquisitionTime () const |
| virtual TimeInfo | getAdvancedTimeInfo () const |
| virtual QString | getFilename () const |
| virtual void | setFilename (QString val) |
| virtual CoordinateSystem | getCoordinateSystem () |
| virtual void | addPersistentClipPlane (vtkPlanePtr plane) |
| virtual std::vector< vtkPlanePtr > | getAllClipPlanes () |
| virtual void | clearPersistentClipPlanes () |
| virtual void | setInteractiveClipPlane (vtkPlanePtr plane) |
| set a plane that is not saved More... | |
| void | addInteractiveClipPlane (vtkPlanePtr plane) |
| void | removeInteractiveClipPlane (vtkPlanePtr plane) |
Static Public Member Functions | |
| static PointMetricPtr | create (QString uid, QString name, PatientModelServicePtr dataManager, SpaceProviderPtr spaceProvider) |
| static QString | getTypeName () |
Additional Inherited Members | |
Signals inherited from cx::Data | |
| void | transformChanged () |
| emitted when transform is changed More... | |
| void | propertiesChanged () |
| emitted when one of the metadata properties (uid, name etc) changes More... | |
| void | clipPlanesChanged () |
Protected Slots inherited from cx::Data | |
| virtual void | transformChangedSlot () |
Protected Member Functions inherited from cx::DataMetric | |
| QString | getSingleLineHeader () const |
Protected Attributes inherited from cx::DataMetric | |
| PatientModelServicePtr | mDataManager |
| SpaceProviderPtr | mSpaceProvider |
| QColor | mColor |
Protected Attributes inherited from cx::Data | |
| QString | mUid |
| QString | mName |
| QString | mFilename |
| TimeInfo | mTimeInfo |
| LandmarksPtr | mLandmarks |
| REGISTRATION_STATUS | mRegistrationStatus |
| RegistrationHistoryPtr | m_rMd_History |
| std::vector< vtkPlanePtr > | mPersistentClipPlanes |
| std::vector< vtkPlanePtr > | mInteractiveClipPlanes |
| vtkPlanePtr | mInteractiveClipPlane |
Data class that represents a single point.
The point is attached to a specific coordinate system / frame.
Definition at line 63 of file cxPointMetric.h.
|
virtual |
Definition at line 62 of file cxPointMetric.cpp.
|
virtual |
adds xml information about the data and its variabels
Reimplemented from cx::DataMetric.
Definition at line 105 of file cxPointMetric.cpp.
|
virtual |
Implements cx::Data.
Definition at line 121 of file cxPointMetric.cpp.
|
static |
Definition at line 57 of file cxPointMetric.cpp.
|
virtual |
Implements cx::DataMetric.
Definition at line 153 of file cxPointMetric.cpp.
| Vector3D cx::PointMetric::getCoordinate | ( | ) | const |
Definition at line 81 of file cxPointMetric.cpp.
|
inlinevirtual |
Reimplemented from cx::DataMetric.
Definition at line 84 of file cxPointMetric.h.
|
virtual |
Reimplemented from cx::Data.
Definition at line 66 of file cxPointMetric.cpp.
|
virtual |
Utility function: return the coordinate the the reference space.
Implements cx::DataMetric.
Definition at line 137 of file cxPointMetric.cpp.
| CoordinateSystem cx::PointMetric::getSpace | ( | ) | const |
Definition at line 100 of file cxPointMetric.cpp.
|
inlinevirtual |
Reimplemented from cx::Data.
Definition at line 76 of file cxPointMetric.h.
|
inlinestatic |
Definition at line 80 of file cxPointMetric.h.
|
virtual |
Implements cx::DataMetric.
Definition at line 148 of file cxPointMetric.cpp.
|
virtual |
Use a XML node to load data.
| dataNode | A XML data representation of this object. |
Reimplemented from cx::DataMetric.
Definition at line 113 of file cxPointMetric.cpp.
| void cx::PointMetric::setCoordinate | ( | const Vector3D & | p | ) |
Definition at line 71 of file cxPointMetric.cpp.
| void cx::PointMetric::setSpace | ( | CoordinateSystem | space | ) |
Definition at line 86 of file cxPointMetric.cpp.
|
inlinevirtual |
Reimplemented from cx::DataMetric.
Definition at line 93 of file cxPointMetric.h.