VoxelFarm::ITileSet Class Referenceabstract
Inheritance diagram for VoxelFarm::ITileSet:
VoxelFarm::CPeriodicTileSet VoxelFarm::CTileSet

Public Types

typedef unsigned short HeightData
 

Public Member Functions

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
 

Detailed Description

Definition at line 11 of file TileSet.h.


The documentation for this class was generated from the following file: