libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
GdtfSubPhysicalUnit () | |
GdtfSubPhysicalUnit (EGdtfSubPhysicalUnitType type) | |
~GdtfSubPhysicalUnit () | |
EGdtfSubPhysicalUnitType | GetType () const |
EGdtfPhysicalUnit | GetPhysicalUnit () const |
double | GetPhysicalFrom () const |
double | GetPhysicalTo () const |
void | SetType (const EGdtfSubPhysicalUnitType &type) |
void | SetPhysicalUnit (const EGdtfPhysicalUnit &physicalUnit) |
void | SetPhysicalFrom (double physicalFrom) |
void | SetPhysicalTo (double physicalTo) |
virtual EGdtfObjectType | GetObjectType () |
virtual TXString | GetNodeReference () |
![]() | |
GdtfObject () | |
virtual | ~GdtfObject () |
void | WriteToNode (IXMLFileNodePtr pContainerNode) |
void | ReadFromNode (const IXMLFileNodePtr &pNode) |
void | GetNode (IXMLFileNodePtr &pNode) |
void | SetBind (void *ptr) |
void * | GetBind () |
Protected Member Functions | |
virtual TXString | GetNodeName () |
virtual void | OnPrintToFile (IXMLFileNodePtr pNode) |
virtual void | OnReadFromNode (const IXMLFileNodePtr &pNode) |
virtual void | OnErrorCheck (const IXMLFileNodePtr &pNode) |
GdtfSubPhysicalUnit::GdtfSubPhysicalUnit | ( | ) |
GdtfSubPhysicalUnit::GdtfSubPhysicalUnit | ( | EGdtfSubPhysicalUnitType | type | ) |
GdtfSubPhysicalUnit::~GdtfSubPhysicalUnit | ( | ) |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Reimplemented from SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
double GdtfSubPhysicalUnit::GetPhysicalFrom | ( | ) | const |
double GdtfSubPhysicalUnit::GetPhysicalTo | ( | ) | const |
EGdtfPhysicalUnit GdtfSubPhysicalUnit::GetPhysicalUnit | ( | ) | const |
EGdtfSubPhysicalUnitType GdtfSubPhysicalUnit::GetType | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
void GdtfSubPhysicalUnit::SetPhysicalFrom | ( | double | physicalFrom | ) |
void GdtfSubPhysicalUnit::SetPhysicalTo | ( | double | physicalTo | ) |
void GdtfSubPhysicalUnit::SetPhysicalUnit | ( | const EGdtfPhysicalUnit & | physicalUnit | ) |
void GdtfSubPhysicalUnit::SetType | ( | const EGdtfSubPhysicalUnitType & | type | ) |