Fraxinus
16.5.0-fx-rc1
An IGT application
|
A registration event and its transform. More...
#include <cxRegistrationTransform.h>
Public Member Functions | |
RegistrationTransform () | |
RegistrationTransform (const Transform3D &value, const QDateTime ×tamp=QDateTime(), const QString &type="") | |
void | addXml (QDomNode &parentNode) const |
write internal state to node More... | |
void | parseXml (QDomNode &dataNode) |
read internal state from node More... | |
Public Attributes | |
Transform3D | mValue |
value of transform More... | |
QDateTime | mTimestamp |
time the transform was registrated. More... | |
QString | mType |
description of the kind if registration (manual, patient, landmark, coregistration etc) More... | |
QString | mFixed |
QString | mMoving |
A registration event and its transform.
Encapsulation of a transform and the registration event, i.e the time and kind of registration.
Definition at line 60 of file cxRegistrationTransform.h.
cx::RegistrationTransform::RegistrationTransform | ( | ) |
Definition at line 122 of file cxRegistrationTransform.cpp.
|
explicit |
Definition at line 127 of file cxRegistrationTransform.cpp.
void cx::RegistrationTransform::addXml | ( | QDomNode & | parentNode | ) | const |
write internal state to node
< write internal state to node
Definition at line 134 of file cxRegistrationTransform.cpp.
void cx::RegistrationTransform::parseXml | ( | QDomNode & | dataNode | ) |
read internal state from node
dataNode | read internal state from node |
Definition at line 151 of file cxRegistrationTransform.cpp.
QString cx::RegistrationTransform::mFixed |
Definition at line 67 of file cxRegistrationTransform.h.
QString cx::RegistrationTransform::mMoving |
Definition at line 68 of file cxRegistrationTransform.h.
QDateTime cx::RegistrationTransform::mTimestamp |
time the transform was registrated.
Definition at line 64 of file cxRegistrationTransform.h.
QString cx::RegistrationTransform::mType |
description of the kind if registration (manual, patient, landmark, coregistration etc)
Definition at line 65 of file cxRegistrationTransform.h.
Transform3D cx::RegistrationTransform::mValue |
value of transform
Definition at line 63 of file cxRegistrationTransform.h.