OpenSceneGraph
|
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 &) | |
TerrainNeighbours & | operator= (const TerrainNeighbours &) |
Protected Attributes | |
OpenThreads::Mutex | _neighboursMutex |
Neighbours | _neighbours |