OpenTTD Source 20241224-master-gee860a5c8e
|
YAPF destination provider for water regions. More...
Public Types | |
typedef Types::Tpf | Tpf |
The pathfinder class (derived from THIS class). | |
typedef Types::NodeList::Item | Node |
This will be our node type. | |
typedef Node::Key | Key |
Key to hash tables. | |
Public Member Functions | |
void | SetDestination (const WaterRegionPatchDesc &water_region_patch) |
bool | PfDetectDestination (Node &n) const |
bool | PfCalcEstimate (Node &n) |
Protected Member Functions | |
Tpf & | Yapf () |
Protected Attributes | |
Key | dest |
YAPF destination provider for water regions.
Definition at line 113 of file yapf_ship_regions.cpp.
typedef Node::Key CYapfDestinationRegionT< Types >::Key |
Key to hash tables.
Definition at line 118 of file yapf_ship_regions.cpp.
typedef Types::NodeList::Item CYapfDestinationRegionT< Types >::Node |
This will be our node type.
Definition at line 117 of file yapf_ship_regions.cpp.
typedef Types::Tpf CYapfDestinationRegionT< Types >::Tpf |
The pathfinder class (derived from THIS class).
Definition at line 116 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 138 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 133 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 124 of file yapf_ship_regions.cpp.
|
inlineprotected |
Definition at line 130 of file yapf_ship_regions.cpp.
|
protected |
Definition at line 121 of file yapf_ship_regions.cpp.