#include <Grid.h>
Public Member Functions | |
| grid (void) | |
| void | addPointer (int x, int y, int Pointer) |
| tPointers | getPointer (int x, int y) |
Public Attributes | |
| int | xDim |
|
|
constructs the grid |
|
||||||||||||||||
|
sets the grid dimension |
|
||||||||||||
|
adds a pointer to the grid |
|
|
returns the pointers storde in this cell |
1.4.6-NO