CustusX
20.03-rc1
An IGT application
|
Identification of a Coordinate system. More...
#include <cxCoordinateSystemHelpers.h>
Public Member Functions | |
CoordinateSystem () | |
CoordinateSystem (COORDINATE_SYSTEM id, QString ref="") | |
QString | toString () const |
bool | isValid () const |
Static Public Member Functions | |
static CoordinateSystem | reference () |
static CoordinateSystem | patientReference () |
static CoordinateSystem | fromString (QString text) |
Public Attributes | |
COORDINATE_SYSTEM | mId |
the type of coordinate system More... | |
QString | mRefObject |
for tool, sensor and data we need a object uid to define the coordinate system More... | |
Identification of a Coordinate system.
Definition at line 31 of file cxCoordinateSystemHelpers.h.
|
inline |
Definition at line 33 of file cxCoordinateSystemHelpers.h.
|
inlineexplicit |
Definition at line 34 of file cxCoordinateSystemHelpers.h.
|
static |
Definition at line 24 of file cxCoordinateSystemHelpers.cpp.
bool cx::CoordinateSystem::isValid | ( | ) | const |
Definition at line 37 of file cxCoordinateSystemHelpers.cpp.
|
inlinestatic |
Definition at line 39 of file cxCoordinateSystemHelpers.h.
|
inlinestatic |
Definition at line 38 of file cxCoordinateSystemHelpers.h.
QString cx::CoordinateSystem::toString | ( | ) | const |
Definition at line 19 of file cxCoordinateSystemHelpers.cpp.
COORDINATE_SYSTEM cx::CoordinateSystem::mId |
the type of coordinate system
Definition at line 35 of file cxCoordinateSystemHelpers.h.
QString cx::CoordinateSystem::mRefObject |
for tool, sensor and data we need a object uid to define the coordinate system
Definition at line 36 of file cxCoordinateSystemHelpers.h.