osgEarth 2.1.1
Public Member Functions

KML_Overlay Struct Reference

Inheritance diagram for KML_Overlay:
Collaboration diagram for KML_Overlay:

List of all members.

Public Member Functions

virtual void scan (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_Overlay.


Member Function Documentation

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

Reimplemented from KML_Feature.

Definition at line 28 of file KML_Overlay.cpp.

{
    KML_Feature::build( conf, cx, working );
}

Here is the caller graph for this function:

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

Reimplemented from KML_Feature.

Reimplemented in KML_GroundOverlay, KML_PhotoOverlay, and KML_ScreenOverlay.

Definition at line 22 of file KML_Overlay.cpp.

{
    KML_Feature::scan( 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