osgEarth 2.1.1
|
Public Member Functions | |
virtual void | scan (const Config &conf, KMLContext &cx) |
virtual void | scan2 (const Config &conf, KMLContext &cx) |
virtual void | build (const Config &conf, KMLContext &cx, osg::Node *working) |
Definition at line 27 of file KML_Container.
virtual void KML_Container::build | ( | const Config & | conf, |
KMLContext & | cx, | ||
osg::Node * | working | ||
) | [inline, virtual] |
Reimplemented from KML_Feature.
Definition at line 39 of file KML_Container.
{ // assumes the top of the group stack has a new and valid Node. // don't call this is there was an error in the subclass build() method KML_Feature::build(conf, cx, working); }
virtual void KML_Container::scan | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [inline, virtual] |
Reimplemented from KML_Feature.
Reimplemented in KML_Document, and KML_Folder.
Definition at line 29 of file KML_Container.
{ KML_Feature::scan(conf, cx); }
virtual void KML_Container::scan2 | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [inline, virtual] |
Reimplemented from KML_Feature.
Reimplemented in KML_Document, and KML_Folder.
Definition at line 34 of file KML_Container.
{ KML_Feature::scan2(conf, cx); }