osgEarth 2.1.1
Public Member Functions

KML_Container Struct Reference

Inheritance diagram for KML_Container:
Collaboration diagram for KML_Container:

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, osg::Node *working)

Detailed Description

Definition at line 27 of file KML_Container.


Member Function Documentation

virtual void KML_Container::build ( const Config conf,
KMLContext cx,
osg::Node *  working 
) [inline, virtual]

Reimplemented from KML_Feature.

Definition at line 39 of file KML_Container.

    {
        // assumes the top of the group stack has a new and valid Node.
        // don't call this is there was an error in the subclass build() method
        KML_Feature::build(conf, cx, working);
    }

Here is the call graph for this function:

virtual void KML_Container::scan ( const Config conf,
KMLContext cx 
) [inline, virtual]

Reimplemented from KML_Feature.

Reimplemented in KML_Document, and KML_Folder.

Definition at line 29 of file KML_Container.

    {
        KML_Feature::scan(conf, cx);
    }

Here is the call graph for this function:

virtual void KML_Container::scan2 ( const Config conf,
KMLContext cx 
) [inline, virtual]

Reimplemented from KML_Feature.

Reimplemented in KML_Document, and KML_Folder.

Definition at line 34 of file KML_Container.

    {
        KML_Feature::scan2(conf, cx);
    }

Here is the call graph for this function:


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