CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
Loading...
Searching...
No Matches
abstract_pathfinder Member List

This is the complete list of members for abstract_pathfinder, including all inherited members.

abstract_pathfinder(pathfinder *pf)abstract_pathfinder
guess_distance(path_node *pNode)=0abstract_pathfinderpure virtual
init(const level_map *pMap, int iStartX, int iStarty)abstract_pathfinder
mapabstract_pathfinderprotected
parentabstract_pathfinderprotected
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)=0abstract_pathfinderpure virtual
~abstract_pathfinder()=defaultabstract_pathfindervirtual