#include <cmap.h>
Public Member Functions | |
CMap () | |
Default constructor. | |
T * | getData () |
Returns a pointer to the data array. The array size is PROCTER_TEX_RES*PROCTER_TEX_RES. | |
const T * | getData () const |
Returns a const pointer to the data array. The array size is PROCTER_TEX_RES*PROCTER_TEX_RES. |
Use this class for storing various 'hidden' layers of map data in derived classes of CTileData.
The resolution of the map is always PROCTER_TEX_RES*PROCTER_TEX_RES.
libProcTer::CMap< T >::CMap | ( | ) | [inline] |
Default constructor.
const T* libProcTer::CMap< T >::getData | ( | ) | const [inline] |
Returns a const pointer to the data array. The array size is PROCTER_TEX_RES*PROCTER_TEX_RES.
T* libProcTer::CMap< T >::getData | ( | ) | [inline] |
Returns a pointer to the data array. The array size is PROCTER_TEX_RES*PROCTER_TEX_RES.