
Public Types | |
| typedef std::vector< osg::ref_ptr< DestinationTile > > | TileList |
| typedef std::vector< osg::ref_ptr< CompositeDestination > > | ChildList |
Public Member Functions | |
| CompositeDestination () | |
| CompositeDestination (osg::CoordinateSystemNode *cs, const osg::BoundingBox &extents) | |
| void | computeNeighboursFromQuadMap () |
| void | addRequiredResolutions (CompositeSource *sourceGraph) |
| void | readFrom (CompositeSource *sourceGraph) |
| void | equalizeBoundaries () |
| osg::Node * | createScene () |
| bool | areSubTilesComplete () |
| std::string | getSubTileName () |
| osg::Node * | createPagedLODScene () |
| osg::Node * | createSubTileScene () |
| void | unrefSubTileData () |
| void | unrefLocalData () |
| void | setSubTilesGenerated (bool generated) |
| bool | getSubTilesGenerated () const |
Public Attributes | |
| DataSet * | _dataSet |
| CompositeDestination * | _parent |
| std::string | _name |
| unsigned int | _level |
| unsigned int | _tileX |
| unsigned int | _tileY |
| CompositeType | _type |
| TileList | _tiles |
| ChildList | _children |
| float | _maxVisibleDistance |
| bool | _subTileGenerated |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|