GraphicalHeightMap Class Reference

#include <GraphicalHeightMap.h>

Inheritance diagram for GraphicalHeightMap:

GraphicalLandscapeMap

List of all members.

Public Member Functions

 GraphicalHeightMap ()
virtual ~GraphicalHeightMap ()
virtual void create (int width, int height)=0
virtual void setHeight (int w, int h, float height)=0
virtual void setNormal (int w, int h, Vector &normal)=0


Detailed Description

Definition at line 27 of file GraphicalHeightMap.h.


Constructor & Destructor Documentation

GraphicalHeightMap::GraphicalHeightMap (  ) 

Definition at line 23 of file GraphicalHeightMap.cpp.

GraphicalHeightMap::~GraphicalHeightMap (  )  [virtual]

Definition at line 27 of file GraphicalHeightMap.cpp.


Member Function Documentation

virtual void GraphicalHeightMap::create ( int  width,
int  height 
) [pure virtual]

Implemented in GraphicalLandscapeMap.

Referenced by HeightMap::create().

virtual void GraphicalHeightMap::setHeight ( int  w,
int  h,
float  height 
) [pure virtual]

Implemented in GraphicalLandscapeMap.

Referenced by HeightMap::setHeight().

virtual void GraphicalHeightMap::setNormal ( int  w,
int  h,
Vector normal 
) [pure virtual]

Implemented in GraphicalLandscapeMap.

Referenced by HeightMap::getNormal().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:03 2009 for Scorched3D by  doxygen 1.5.3