OpenSceneGraph
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
osgTerrain::TerrainNeighbours Class Reference
Collaboration diagram for osgTerrain::TerrainNeighbours:
Collaboration graph
[legend]

Public Member Functions

void clear ()
 
void addNeighbour (TerrainTile *tile)
 
void removeNeighbour (TerrainTile *tile)
 
bool containsNeighbour (TerrainTile *tile) const
 

Protected Types

typedef std::set< TerrainTile * > Neighbours
 

Protected Member Functions

 TerrainNeighbours (const TerrainNeighbours &)
 
TerrainNeighboursoperator= (const TerrainNeighbours &)
 

Protected Attributes

OpenThreads::Mutex _neighboursMutex
 
Neighbours _neighbours
 

The documentation for this class was generated from the following file: