#include <grid-functors.h>
Public Member Functions | |
| MapConstUpdater (GridMap &map, const int value) | |
| bool | operator() (const int x, const int y, const int texVal, const bool reverseScan) |
Public Attributes | |
| GridMap & | map |
| const int | value |
Definition at line 39 of file grid-functors.h.
| MapConstUpdater::MapConstUpdater | ( | GridMap & | map, |
| const int | value | ||
| ) | [inline] |
Definition at line 44 of file grid-functors.h.
| bool MapConstUpdater::operator() | ( | const int | x, |
| const int | y, | ||
| const int | texVal, | ||
| const bool | reverseScan | ||
| ) | [inline] |
Definition at line 46 of file grid-functors.h.
Definition at line 41 of file grid-functors.h.
| const int MapConstUpdater::value |
Definition at line 42 of file grid-functors.h.