libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <GDTFManager.h>
Public Member Functions | |
GdtfFeature (GdtfFeatureGroup *parent) | |
~GdtfFeature () | |
const TXString & | GetName () const |
GdtfFeatureGroup * | GetFeatureGroup () const |
void | SetName (const TXString &name) |
const std::vector< GdtfAttribute * > & | GetLinkedAttributes () const |
void | AddLinkedAttribute (GdtfAttribute *attr) |
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) |
GdtfFeature::GdtfFeature | ( | GdtfFeatureGroup * | parent | ) |
GdtfFeature::~GdtfFeature | ( | ) |
void GdtfFeature::AddLinkedAttribute | ( | GdtfAttribute * | attr | ) |
GdtfFeatureGroup * GdtfFeature::GetFeatureGroup | ( | ) | const |
const TGdtfAttributeArray & GdtfFeature::GetLinkedAttributes | ( | ) | const |
const TXString & GdtfFeature::GetName | ( | ) | const |
|
protectedvirtual |
Implements SceneData::GdtfObject.
|
virtual |
Reimplemented from SceneData::GdtfObject.
|
virtual |
Implements SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
|
protectedvirtual |
Reimplemented from SceneData::GdtfObject.
void GdtfFeature::SetName | ( | const TXString & | name | ) |