class osgTerrain::DataSet::CompositeDestination


Inheritance:


Public Fields

[more]DataSet* _dataSet
[more]CompositeDestination* _parent
[more]std::string _name
[more]unsigned int _level
[more]unsigned int _tileX
[more]unsigned int _tileY
[more]CompositeType _type
[more]TileList _tiles
[more]ChildList _children
[more]float _maxVisibleDistance
[more]bool _subTileGenerated

Public Methods

[more] CompositeDestination()
[more] CompositeDestination(osg::CoordinateSystemNode* cs, const osg::BoundingBox& extents)
[more]void computeNeighboursFromQuadMap()
[more]void addRequiredResolutions(CompositeSource* sourceGraph)
[more]void readFrom(CompositeSource* sourceGraph)
[more]void equalizeBoundaries()
[more]osg::Node* createScene()
[more]bool areSubTilesComplete()
[more]std::string getSubTileName()
[more]osg::Node* createPagedLODScene()
[more]osg::Node* createSubTileScene()
[more]void unrefSubTileData()
[more]void unrefLocalData()
[more]void setSubTilesGenerated(bool generated)
[more]bool getSubTilesGenerated() const

Public

[more]typedef std::vector< osg::ref_ptr<DestinationTile> > TileList
[more]typedef std::vector< osg::ref_ptr<CompositeDestination> > ChildList


Documentation

o CompositeDestination()

o CompositeDestination(osg::CoordinateSystemNode* cs, const osg::BoundingBox& extents)

ovoid computeNeighboursFromQuadMap()

ovoid addRequiredResolutions(CompositeSource* sourceGraph)

ovoid readFrom(CompositeSource* sourceGraph)

ovoid equalizeBoundaries()

oosg::Node* createScene()

obool areSubTilesComplete()

ostd::string getSubTileName()

oosg::Node* createPagedLODScene()

oosg::Node* createSubTileScene()

ovoid unrefSubTileData()

ovoid unrefLocalData()

ovoid setSubTilesGenerated(bool generated)

obool getSubTilesGenerated() const

otypedef std::vector< osg::ref_ptr<DestinationTile> > TileList

otypedef std::vector< osg::ref_ptr<CompositeDestination> > ChildList

oDataSet* _dataSet

oCompositeDestination* _parent

ostd::string _name

ounsigned int _level

ounsigned int _tileX

ounsigned int _tileY

oCompositeType _type

oTileList _tiles

oChildList _children

ofloat _maxVisibleDistance

obool _subTileGenerated


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.