|
libtcod
|
This is the complete list of members for TCODPath, including all inherited members.
| compute(int ox, int oy, int dx, int dy) | TCODPath | |
| cppData (defined in TCODPath) | TCODPath | protected |
| data (defined in TCODPath) | TCODPath | protected |
| get(int index, int *x, int *y) const | TCODPath | |
| getDestination(int *x, int *y) const (defined in TCODPath) | TCODPath | |
| getOrigin(int *x, int *y) const | TCODPath | |
| isEmpty() const | TCODPath | |
| operator=(const TCODPath &)=delete (defined in TCODPath) | TCODPath | |
| operator=(TCODPath &&rhs) noexcept (defined in TCODPath) | TCODPath | inline |
| reverse() | TCODPath | |
| size() const | TCODPath | |
| TCOD_path_func (defined in TCODPath) | TCODPath | friend |
| TCODPath(const TCODMap *map, float diagonalCost=1.41f) | TCODPath | |
| TCODPath(int width, int height, const ITCODPathCallback *listener, void *userData, float diagonalCost=1.41f) | TCODPath | |
| TCODPath(const TCODPath &)=delete (defined in TCODPath) | TCODPath | |
| TCODPath(TCODPath &&rhs) noexcept (defined in TCODPath) | TCODPath | inline |
| walk(int *x, int *y, bool recalculateWhenNeeded) | TCODPath | |
| ~TCODPath() | TCODPath | virtual |