#include <grid-functors.h>
Public Member Functions | |
| void | clearEndOfArea () |
| MapEndOfAreaFinder (const GridMap &map, const GridMap::Value areaLabel) | |
| bool | operator() (const int x, const int y, const int texVal, const bool reverseScan) |
Public Attributes | |
| const GridMap::Value | areaLabel |
| int | eoaX |
| int | eoaY |
| const GridMap & | map |
Definition at line 86 of file grid-functors.h.
| MapEndOfAreaFinder::MapEndOfAreaFinder | ( | const GridMap & | map, |
| const GridMap::Value | areaLabel | ||
| ) | [inline] |
Definition at line 92 of file grid-functors.h.
| void MapEndOfAreaFinder::clearEndOfArea | ( | ) | [inline] |
Definition at line 108 of file grid-functors.h.
| bool MapEndOfAreaFinder::operator() | ( | const int | x, |
| const int | y, | ||
| const int | texVal, | ||
| const bool | reverseScan | ||
| ) | [inline] |
Definition at line 94 of file grid-functors.h.
Definition at line 90 of file grid-functors.h.
Definition at line 89 of file grid-functors.h.
Definition at line 89 of file grid-functors.h.
| const GridMap& MapEndOfAreaFinder::map |
Definition at line 88 of file grid-functors.h.