osgEarth 2.1.1
|
Public Types | |
typedef std::vector < osg::ref_ptr < osg::PrimitiveSet > > | PrimitiveSetVector |
typedef std::map< osg::ref_ptr < osg::Geometry > , PrimitiveSetVector > | GeomPrimSetMap |
Public Attributes | |
osg::ref_ptr< osg::Geode > | _geode |
GeomPrimSetMap | _primSetsByGeometry |
Record of all the OSG components that comprise a single Feature.
Definition at line 36 of file FeatureGeometryIndex.
typedef std::map< osg::ref_ptr<osg::Geometry>, PrimitiveSetVector > osgEarth::Features::FeatureGeometryRecord::GeomPrimSetMap |
Definition at line 39 of file FeatureGeometryIndex.
typedef std::vector< osg::ref_ptr<osg::PrimitiveSet> > osgEarth::Features::FeatureGeometryRecord::PrimitiveSetVector |
Definition at line 38 of file FeatureGeometryIndex.
osg::ref_ptr<osg::Geode> osgEarth::Features::FeatureGeometryRecord::_geode |
Definition at line 41 of file FeatureGeometryIndex.
Definition at line 42 of file FeatureGeometryIndex.