osgEarth 2.1.1
Public Types | Public Attributes

osgEarth::Features::FeatureGeometryRecord Struct Reference

List of all members.

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

Detailed Description

Record of all the OSG components that comprise a single Feature.

Definition at line 36 of file FeatureGeometryIndex.


Member Typedef Documentation

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.


Member Data Documentation

Definition at line 41 of file FeatureGeometryIndex.

Definition at line 42 of file FeatureGeometryIndex.


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