|
osgEarth 2.1.1
|
Public Member Functions | |
| virtual void | scan (const Config &conf, KMLContext &cx) |
| virtual void | scan2 (const Config &conf, KMLContext &cx) |
| virtual void | build (const Config &conf, KMLContext &cx) |
| void KML_Root::build | ( | const Config & | conf, |
| KMLContext & | cx | ||
| ) | [virtual] |
Definition at line 44 of file KML_Root.cpp.
{
for_features( build, conf, cx );
for_one( NetworkLink, build, conf, cx );
}
Here is the caller graph for this function:| void KML_Root::scan | ( | const Config & | conf, |
| KMLContext & | cx | ||
| ) | [virtual] |
Definition at line 30 of file KML_Root.cpp.
{
for_features( scan, conf, cx );
for_one( NetworkLinkControl, scan, conf, cx );
}
Here is the caller graph for this function:| void KML_Root::scan2 | ( | const Config & | conf, |
| KMLContext & | cx | ||
| ) | [virtual] |
Definition at line 37 of file KML_Root.cpp.
{
for_features( scan2, conf, cx );
for_one( NetworkLinkControl, scan2, conf, cx );
}
Here is the caller graph for this function:
1.7.3