Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > Member List
This is the complete list of members for
Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE >, including all inherited members.
| ClearCache() | Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > | [inline] |
| ClearCachePosition(const std::pair< long, long > &pos) | Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > | [inline] |
| FindPath(const std::pair< long, long > &start, const std::pair< long, long > &goal, std::vector< std::pair< long, long > > &finalpath, MOVECOST &movecost, DESTCOST &destinationcost) | Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > | [inline] |
| FindPath(const std::pair< long, long > &start, const std::pair< long, long > &goal, std::vector< std::pair< long, long > > &finalpath, MOVECOST &movecost, MOVEBLOCKED &moveblocked, DESTCOST &destinationcost) | Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > | [inline] |
| SetMapWidth(const long width) | Pathfinder::AStarTile4DirCached< MOVECOST, DESTCOST, MOVEBLOCKED, COSTTYPE > | |