osgEarth 2.1.1
Public Member Functions

KML_Root Struct Reference

List of all members.

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)

Detailed Description

Definition at line 24 of file KML_Root.


Member Function Documentation

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:


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines