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 26 of file KML_NetworkLinkControl.
void KML_NetworkLinkControl::build | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Definition at line 28 of file KML_NetworkLinkControl.cpp.
{ KML_Object::build( conf, cx, 0L ); }
void KML_NetworkLinkControl::scan | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Reimplemented from KML_Object.
Definition at line 22 of file KML_NetworkLinkControl.cpp.
{ KML_Object::scan( conf, cx ); }