CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::ParentSpace Class Reference

Definition of a parent space event. More...

#include <cxRegistrationTransform.h>

Public Member Functions

 ParentSpace ()
 
 ParentSpace (const QString &parentFrame, const QDateTime &timestamp=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 mValue
 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...
 

Detailed Description

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.

See Also
RegistrationTransform

Definition at line 89 of file cxRegistrationTransform.h.

Constructor & Destructor Documentation

cx::ParentSpace::ParentSpace ( )

Definition at line 179 of file cxRegistrationTransform.cpp.

cx::ParentSpace::ParentSpace ( const QString &  parentFrame,
const QDateTime &  timestamp = QDateTime(),
const QString &  type = "" 
)
explicit

Definition at line 184 of file cxRegistrationTransform.cpp.

Member Function Documentation

void cx::ParentSpace::addXml ( QDomNode &  parentNode) const

write internal state to node

< write internal state to node

Definition at line 191 of file cxRegistrationTransform.cpp.

void cx::ParentSpace::parseXml ( QDomNode &  dataNode)

read internal state from node

Parameters
dataNoderead internal state from node

Definition at line 202 of file cxRegistrationTransform.cpp.

Member Data Documentation

QDateTime cx::ParentSpace::mTimestamp

time the transform was registrated.

Definition at line 93 of file cxRegistrationTransform.h.

QString cx::ParentSpace::mType

description of the kind if registration (manual, patient, landmark, coregistration etc)

Definition at line 94 of file cxRegistrationTransform.h.

QString cx::ParentSpace::mValue

parent frame uid

Definition at line 92 of file cxRegistrationTransform.h.


The documentation for this class was generated from the following files: