osgEarth 2.1.1
Public Member Functions | Protected Attributes

osgEarth::Symbology::GeometryContent Class Reference

Inheritance diagram for osgEarth::Symbology::GeometryContent:
Collaboration diagram for osgEarth::Symbology::GeometryContent:

List of all members.

Public Member Functions

const GeometryListgetGeometryList () const
GeometryListgetGeometryList ()

Protected Attributes

GeometryList _geometryList

Detailed Description

Basic content type for a geometry list.

Definition at line 67 of file Content.


Member Function Documentation

const GeometryList& osgEarth::Symbology::GeometryContent::getGeometryList ( ) const [inline]

Definition at line 70 of file Content.

{ return _geometryList; }
GeometryList& osgEarth::Symbology::GeometryContent::getGeometryList ( ) [inline]

Definition at line 71 of file Content.

{ return _geometryList; }

Member Data Documentation

Definition at line 74 of file Content.


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