|
osgEarth 2.1.1
|
Inheritance diagram for KML_NetworkLinkControl:
Collaboration diagram for KML_NetworkLinkControl: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 );
}
1.7.3