#include <GX2DArray.h>
Public Methods | |
CGX2DArray () | |
~CGX2DArray () | |
void | Cleanup () |
bool | Init (UINT uXMax, UINT uYMax) |
void | GetValAt (UINT uX, UINT uY, type *pOut) |
void | SetValAt (UINT uX, UINT uY, type *pIn) |
Protected Attributes | |
CGXAutoArray< CGXAutoArray< type > > | m_Arrays |
|
|
|
|
|
|
|
|
|
|
|
|
|
|