Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Typedefs | Functions
HeightField.h File Reference

Definition of a height field based on a uniform discretization of space. More...

#include "TerrainConfig.h"
#include "Resource.h"
#include "graphCommon.h"
#include <string>

Go to the source code of this file.

Classes

class  Terrain::HeightField
 A heightfield. A uniform discretization of space which supports queries on height and normal of field. More...
 

Namespaces

 Terrain
 The namespace containing the height field resource and Menge elements which use the height field.
 

Typedefs

typedef ResourcePtr< HeightField > Terrain::HeightFieldPtr
 The definition of the managed pointer for HeightField data.
 

Functions

HeightFieldPtr Terrain::loadHeightField (const std::string &fileName) throw ( ResourceException )
 Loads the height field of the given name. More...
 

Detailed Description

Definition of a height field based on a uniform discretization of space.