#include <grid-functors.h>
Public Member Functions | |
| void | clearWall () |
| MapWallFinder (GridMap &map, const GridMap::Value wallSeen=0) | |
| bool | operator() (const int x, const int y, const int texVal, const bool reverseScan) |
Public Attributes | |
| GridMap & | map |
| const GridMap::Value | wallSeen |
| int | wallX |
| int | wallY |
Definition at line 56 of file grid-functors.h.
| MapWallFinder::MapWallFinder | ( | GridMap & | map, |
| const GridMap::Value | wallSeen = 0 |
||
| ) | [inline] |
Definition at line 62 of file grid-functors.h.
| void MapWallFinder::clearWall | ( | ) | [inline] |
Definition at line 79 of file grid-functors.h.
| bool MapWallFinder::operator() | ( | const int | x, |
| const int | y, | ||
| const int | texVal, | ||
| const bool | reverseScan | ||
| ) | [inline] |
Definition at line 64 of file grid-functors.h.
Definition at line 58 of file grid-functors.h.
Definition at line 59 of file grid-functors.h.
Definition at line 60 of file grid-functors.h.
Definition at line 60 of file grid-functors.h.