![]() |
NorMIT-nav
18.04-rc6
An IGT application
|
Definition of a parent space event. More...
#include <cxRegistrationTransform.h>
Public Member Functions | |
| ParentSpace () | |
| ParentSpace (const QString &parentFrame, 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 | |
| QString | mUid |
| parent frame uid More... | |
| QDateTime | mTimestamp |
| time the transform was registrated. More... | |
| QString | mType |
| description of the kind if registration (manual, patient, landmark, coregistration etc) More... | |
Definition of a parent space event.
As RegistrationTransform, but the event is a change in the parent space of the Data, as opposed to a change in transform.
Definition at line 69 of file cxRegistrationTransform.h.
| cx::ParentSpace::ParentSpace | ( | ) |
Definition at line 160 of file cxRegistrationTransform.cpp.
|
explicit |
Definition at line 165 of file cxRegistrationTransform.cpp.
| void cx::ParentSpace::addXml | ( | QDomNode & | parentNode | ) | const |
write internal state to node
< write internal state to node
Definition at line 172 of file cxRegistrationTransform.cpp.
| void cx::ParentSpace::parseXml | ( | QDomNode & | dataNode | ) |
read internal state from node
| dataNode | read internal state from node |
Definition at line 183 of file cxRegistrationTransform.cpp.
| QDateTime cx::ParentSpace::mTimestamp |
time the transform was registrated.
Definition at line 73 of file cxRegistrationTransform.h.
| QString cx::ParentSpace::mType |
description of the kind if registration (manual, patient, landmark, coregistration etc)
Definition at line 74 of file cxRegistrationTransform.h.
| QString cx::ParentSpace::mUid |
parent frame uid
Definition at line 72 of file cxRegistrationTransform.h.