|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
This is the complete list of members for basic_pathfinder, including all inherited members.
| abstract_pathfinder(pathfinder *pf) | abstract_pathfinder | |
| basic_pathfinder(pathfinder *pf) | basic_pathfinder | inlineexplicit |
| destination_x | basic_pathfinder | |
| destination_y | basic_pathfinder | |
| find_path(const level_map *pMap, int iStartX, int iStartY, int iEndX, int iEndY) | basic_pathfinder | |
| guess_distance(path_node *pNode) override | basic_pathfinder | virtual |
| init(const level_map *pMap, int iStartX, int iStarty) | abstract_pathfinder | |
| map | abstract_pathfinder | protected |
| parent | abstract_pathfinder | protected |
| record_neighbour_if_passable(path_node *pNode, map_tile_flags neighbour_flags, bool passable, path_node *pNeighbour) | abstract_pathfinder | |
| search_neighbours(path_node *pNode, map_tile_flags flags, int iWidth) | abstract_pathfinder | |
| try_node(path_node *pNode, map_tile_flags flags, path_node *pNeighbour, travel_direction direction) override | basic_pathfinder | virtual |
| ~abstract_pathfinder()=default | abstract_pathfinder | virtual |