|
|
typedef unsigned short | HeightData |
| |
|
|
virtual unsigned int | getValue (int x, int y)=0 |
| | Get value for a specific location.
|
| |
|
virtual double | getValue (double x, double y)=0 |
| | Get value for a specific location with floating point input.
|
| |
|
virtual double | getValue (double x, double y, double &filteredMinValue, double &filteredMaxValue)=0 |
| | Get value for a specific location with floating point input. It also returns filtered minimum and maximum values.
|
| |
|
virtual void | tileCoords (double x, double y, unsigned int &xi, unsigned int &yi, unsigned int &sizeX, unsigned int &sizeY)=0 |
| |
Definition at line 11 of file TileSet.h.
The documentation for this class was generated from the following file: