osgEarth 2.1.1
|
Public Member Functions | |
virtual void | scan (const Config &conf, KMLContext &cx) |
virtual void | build (const Config &conf, KMLContext &cx) |
Definition at line 27 of file KML_PhotoOverlay.
void KML_PhotoOverlay::build | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Definition at line 28 of file KML_PhotoOverlay.cpp.
{ KML_Overlay::build( conf, cx, 0L ); }
void KML_PhotoOverlay::scan | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Reimplemented from KML_Overlay.
Definition at line 22 of file KML_PhotoOverlay.cpp.
{ KML_Overlay::scan( conf, cx ); }