|
libtcod
|
This is the complete list of members for TCODMap, including all inherited members.
| clear(bool transparent=false, bool walkable=false) | TCODMap | |
| computeFov(int playerX, int playerY, int maxRadius=0, bool light_walls=true, TCOD_fov_algorithm_t algo=FOV_BASIC) | TCODMap | |
| copy(const TCODMap *source) | TCODMap | |
| data (defined in TCODMap) | TCODMap | |
| getHeight() const (defined in TCODMap) | TCODMap | |
| getNbCells() const (defined in TCODMap) | TCODMap | |
| getWidth() const | TCODMap | |
| isInFov(int x, int y) const | TCODMap | |
| isTransparent(int x, int y) const | TCODMap | |
| isWalkable(int x, int y) const (defined in TCODMap) | TCODMap | |
| operator=(const TCODMap &)=delete (defined in TCODMap) | TCODMap | |
| operator=(TCODMap &&rhs) noexcept (defined in TCODMap) | TCODMap | inline |
| setInFov(int x, int y, bool fov) (defined in TCODMap) | TCODMap | |
| setProperties(int x, int y, bool isTransparent, bool isWalkable) | TCODMap | |
| TCODDijkstra (defined in TCODMap) | TCODMap | friend |
| TCODMap(int width, int height) | TCODMap | |
| TCODMap(const TCODMap &)=delete (defined in TCODMap) | TCODMap | |
| TCODMap(TCODMap &&rhs) noexcept (defined in TCODMap) | TCODMap | inline |
| TCODPath (defined in TCODMap) | TCODMap | friend |
| ~TCODMap() (defined in TCODMap) | TCODMap | virtual |