|
OpenTTD Source 20251117-master-g7398d2e290
|
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 | |
| Tpf & | Yapf () |
| to access inherited path finder | |
| bool | PfDetectDestination (Node &n) |
| Called by YAPF to detect if node ends in the desired destination. | |
| bool | PfDetectDestinationTile (TileIndex tile, Trackdir) |
| bool | PfCalcEstimate (Node &n) |
| Called by YAPF to calculate cost estimate. | |
Definition at line 186 of file yapf_road.cpp.
| typedef Node::Key CYapfDestinationAnyDepotRoadT< Types >::Key |
key to hash tables
Definition at line 191 of file yapf_road.cpp.
| typedef Types::NodeList::Item CYapfDestinationAnyDepotRoadT< Types >::Node |
this will be our node type
Definition at line 190 of file yapf_road.cpp.
| typedef Types::Tpf CYapfDestinationAnyDepotRoadT< Types >::Tpf |
the pathfinder class (derived from THIS class)
Definition at line 188 of file yapf_road.cpp.
| typedef Types::TrackFollower CYapfDestinationAnyDepotRoadT< Types >::TrackFollower |
Definition at line 189 of file yapf_road.cpp.
|
inline |
Called by YAPF to calculate cost estimate.
Calculates distance to the destination adds it to the actual cost from origin and stores the sum to the Node::estimate
Definition at line 214 of file yapf_road.cpp.
|
inline |
Called by YAPF to detect if node ends in the desired destination.
Definition at line 200 of file yapf_road.cpp.
References IsRoadDepotTile().
|
inline |
Definition at line 205 of file yapf_road.cpp.
|
inline |
to access inherited path finder
Definition at line 194 of file yapf_road.cpp.