|
osgEarth 2.1.1
|
Inheritance diagram for KML_Overlay:
Collaboration diagram for KML_Overlay: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 );
}
Here is the caller graph for this function:| 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 );
}
Here is the caller graph for this function:
1.7.3