dtTerrain::HeightFieldException Class Reference

This enumeration defines the different types of exceptions the height field may throw if an error occurs. More...

#include <heightfield.h>

Inheritance diagram for dtTerrain::HeightFieldException:

dtUtil::Enumeration

List of all members.

Static Public Attributes

static HeightFieldException OUT_OF_BOUNDS
 Thrown when an operation occurs on a heightfield with dimensions smaller or larger than the heightfield has room for.
static HeightFieldException INVALID_HEIGHTFIELD
 Thrown if the heightfield data has not been allocated before it is used.
static HeightFieldException INVALID_IMAGE_FORMAT
 Thrown when an invalid image format is specified when converting it to a heightfield.


Detailed Description

This enumeration defines the different types of exceptions the height field may throw if an error occurs.

Member Data Documentation

HeightFieldException dtTerrain::HeightFieldException::OUT_OF_BOUNDS [static]

Thrown when an operation occurs on a heightfield with dimensions smaller or larger than the heightfield has room for.

HeightFieldException dtTerrain::HeightFieldException::INVALID_HEIGHTFIELD [static]

Thrown if the heightfield data has not been allocated before it is used.

HeightFieldException dtTerrain::HeightFieldException::INVALID_IMAGE_FORMAT [static]

Thrown when an invalid image format is specified when converting it to a heightfield.


http://www.delta3d.org
2.0.0 generated 14 Feb 2008