![]() |
CMlib
Cell mapping algorithms in C++
|
CellBase class for state space cells. More...
#include <cell.h>
Public Member Functions | |
| CellBase () | |
| The state of the cell. More... | |
| CellState | getState () const |
| Returns the state of the cell. More... | |
| void | setState (CellState state) |
| Sets the state of the cell. More... | |
CellBase class for state space cells.
Every cell type should have a state at least.
|
inline |
The state of the cell.
|
inline |
Returns the state of the cell.
|
inline |
Sets the state of the cell.