#include <grid-functors.h>
Public Member Functions | |
MapUpdater (GridMap &map) | |
bool | operator() (const int x, const int y, const int texVal, const bool reverseScan) |
Public Attributes | |
GridMap & | map |
Definition at line 23 of file grid-functors.h.
MapUpdater::MapUpdater | ( | GridMap & | map | ) | [inline] |
Definition at line 27 of file grid-functors.h.
bool MapUpdater::operator() | ( | const int | x, |
const int | y, | ||
const int | texVal, | ||
const bool | reverseScan | ||
) | [inline] |
Definition at line 29 of file grid-functors.h.
Definition at line 25 of file grid-functors.h.