|
libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
| GdtfFeatureGroup () | |
| GdtfFeatureGroup (const TXString &name, const TXString &prettyName) | |
| ~GdtfFeatureGroup () | |
| const TXString & | GetName () const |
| const TXString & | GetPrettyName () const |
| const TGdtfFeatureArray | GetFeatureArray () |
| virtual EGdtfObjectType | GetObjectType () |
| GdtfFeature * | AddFeature (const TXString &name) |
| void | SetName (const TXString &name) |
| void | SetPrettyName (const TXString &prettyName) |
Public Member Functions inherited from SceneData::GdtfObject | |
| GdtfObject () | |
| virtual | ~GdtfObject () |
| void | WriteToNode (IXMLFileNodePtr pContainerNode) |
| void | ReadFromNode (const IXMLFileNodePtr &pNode) |
| void | GetNode (IXMLFileNodePtr &pNode) |
| void | SetBind (void *ptr) |
| void * | GetBind () |
| virtual TXString | GetNodeReference () |
Protected Member Functions | |
| virtual TXString | GetNodeName () |
| virtual void | OnPrintToFile (IXMLFileNodePtr pNode) |
| virtual void | OnReadFromNode (const IXMLFileNodePtr &pNode) |
| virtual void | OnErrorCheck (const IXMLFileNodePtr &pNode) |
| GdtfFeatureGroup::GdtfFeatureGroup | ( | ) |
| GdtfFeatureGroup::~GdtfFeatureGroup | ( | ) |
| GdtfFeature * GdtfFeatureGroup::AddFeature | ( | const TXString & | name | ) |
| const TGdtfFeatureArray GdtfFeatureGroup::GetFeatureArray | ( | ) |
| const TXString & GdtfFeatureGroup::GetName | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
| const TXString & GdtfFeatureGroup::GetPrettyName | ( | ) | const |
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
| void GdtfFeatureGroup::SetName | ( | const TXString & | name | ) |
| void GdtfFeatureGroup::SetPrettyName | ( | const TXString & | prettyName | ) |