|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::Symbology::GeometryContent:
Collaboration diagram for osgEarth::Symbology::GeometryContent: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; }
1.7.3