HeightMapManager Class Reference

#include <HeightMapManager.h>

List of all members.


Static Public Member Functions

static void cleanup ()
static void generateTileHeightMaps ()
static void setFilterProperties (float sigma, unsigned kernelSize)
static HeightMapgetHeightMapOfTile (unsigned tileId)
static float getHeightAtWorldPos (float worldX, float worldZ)

Static Protected Attributes

static std::map< unsigned,
HeightMap * > 
tileMap
static unsigned filterKernelSize = 3
static float filterKernelSigma = 0.01f

Member Function Documentation

void HeightMapManager::cleanup (  )  [static]

HeightMapManager::generateTileHeightMaps (  )  [static]

float HeightMapManager::getHeightAtWorldPos ( float  worldX,
float  worldZ 
) [static]

HeightMap * HeightMapManager::getHeightMapOfTile ( unsigned  tileId  )  [static]

void HeightMapManager::setFilterProperties ( float  sigma,
unsigned  kernelSize 
) [static]


Member Data Documentation

float HeightMapManager::filterKernelSigma = 0.01f [static, protected]

unsigned HeightMapManager::filterKernelSize = 3 [static, protected]

OSG_USING_NAMESPACE std::map< unsigned, HeightMap * > HeightMapManager::tileMap [static, protected]


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

Generated on Wed Oct 20 16:11:56 2010 for inVRs by doxygen 1.5.8