OpenTTD Source 20241224-master-gee860a5c8e
|
YAPF node following for water region pathfinding. More...
Public Types | |
typedef Types::Tpf | Tpf |
The pathfinder class (derived from THIS class). | |
typedef Types::TrackFollower | TrackFollower |
typedef Types::NodeList::Item | Node |
This will be our node type. | |
typedef Node::Key | Key |
Key to hash tables. | |
Public Member Functions | |
void | PfFollowNode (Node &old_node) |
char | TransportTypeChar () const |
Static Public Member Functions | |
static std::vector< WaterRegionPatchDesc > | FindWaterRegionPath (const Ship *v, TileIndex start_tile, int max_returned_path_length) |
Protected Member Functions | |
Tpf & | Yapf () |
YAPF node following for water region pathfinding.
Definition at line 153 of file yapf_ship_regions.cpp.
typedef Node::Key CYapfFollowRegionT< Types >::Key |
Key to hash tables.
Definition at line 159 of file yapf_ship_regions.cpp.
typedef Types::NodeList::Item CYapfFollowRegionT< Types >::Node |
This will be our node type.
Definition at line 158 of file yapf_ship_regions.cpp.
typedef Types::Tpf CYapfFollowRegionT< Types >::Tpf |
The pathfinder class (derived from THIS class).
Definition at line 156 of file yapf_ship_regions.cpp.
typedef Types::TrackFollower CYapfFollowRegionT< Types >::TrackFollower |
Definition at line 157 of file yapf_ship_regions.cpp.
|
inlinestatic |
Definition at line 178 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 165 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 176 of file yapf_ship_regions.cpp.
|
inlineprotected |
Definition at line 162 of file yapf_ship_regions.cpp.