#include <GraphicalHeightMap.h>

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 |
Definition at line 27 of file GraphicalHeightMap.h.
| GraphicalHeightMap::GraphicalHeightMap | ( | ) |
Definition at line 23 of file GraphicalHeightMap.cpp.
| GraphicalHeightMap::~GraphicalHeightMap | ( | ) | [virtual] |
Definition at line 27 of file GraphicalHeightMap.cpp.
| virtual void GraphicalHeightMap::create | ( | int | width, | |
| int | height | |||
| ) | [pure virtual] |
| virtual void GraphicalHeightMap::setHeight | ( | int | w, | |
| int | h, | |||
| float | height | |||
| ) | [pure virtual] |
| virtual void GraphicalHeightMap::setNormal | ( | int | w, | |
| int | h, | |||
| Vector & | normal | |||
| ) | [pure virtual] |
1.5.3