osgEarth 2.1.1
|
Public Member Functions | |
const GeometryList & | getGeometryList () const |
GeometryList & | getGeometryList () |
Protected Attributes | |
GeometryList | _geometryList |
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; }