Inheritance diagram for osgTerrain::DataSet::DestinationData:
Public Types | |
typedef std::vector< osg::ref_ptr< osg::Image > > | ImageList |
typedef std::vector< osg::ref_ptr< osg::Node > > | ModelList |
Public Member Functions | |
DestinationData (DataSet *dataSet) | |
Public Attributes | |
DataSet * | _dataSet |
float | _minDistance |
float | _maxDistance |
osg::ref_ptr< osg::Image > | _image |
osg::ref_ptr< osg::HeightField > | _heightField |
ModelList | _models |
typedef std::vector< osg::ref_ptr<osg::Image> > osgTerrain::DataSet::DestinationData::ImageList |
typedef std::vector< osg::ref_ptr<osg::Node> > osgTerrain::DataSet::DestinationData::ModelList |
osgTerrain::DataSet::DestinationData::DestinationData | ( | DataSet * | dataSet | ) | [inline] |