osgEarth 2.1.1
|
Public Member Functions | |
virtual void | scan (const Config &conf, KMLContext &cx) |
virtual void | build (const Config &conf, KMLContext &cx, osg::Node *working) |
Definition at line 27 of file KML_Overlay.
void KML_Overlay::build | ( | const Config & | conf, |
KMLContext & | cx, | ||
osg::Node * | working | ||
) | [virtual] |
Reimplemented from KML_Feature.
Definition at line 28 of file KML_Overlay.cpp.
{ KML_Feature::build( conf, cx, working ); }
void KML_Overlay::scan | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Reimplemented from KML_Feature.
Reimplemented in KML_GroundOverlay, KML_PhotoOverlay, and KML_ScreenOverlay.
Definition at line 22 of file KML_Overlay.cpp.
{ KML_Feature::scan( conf, cx ); }