Definition of a cell in this grid. More...
#include <GridN.h>
Public Attributes | |
unsigned int | neighbors |
The number of neighbors. | |
bool | border |
A flag indicating whether this cell is on the border or not. | |
![]() | |
_T | data |
The data we store in the cell. | |
Coord | coord |
The coordinate of the cell. |
Definition of a cell in this grid.