|
OpenTTD Source 20260415-master-g3f4984ebaa
|
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 Train *v) |
| bool | PfDetectDestination (Node &n) |
| Called by YAPF to detect if node ends in the desired destination. | |
| bool | PfDetectDestination (TileIndex tile, Trackdir td) |
| Called by YAPF to detect if node ends in the desired destination. | |
| bool | PfCalcEstimate (Node &n) |
| Called by YAPF to calculate cost estimate. | |
| Public Member Functions inherited from CYapfDestinationRailBase | |
| void | SetDestination (const Train *v, bool override_rail_type=false) |
| bool | IsCompatibleRailType (RailType rt) |
| RailTypes | GetCompatibleRailTypes () const |
Protected Member Functions | |
| Tpf & | Yapf () |
| Access the inherited path finder. | |
Protected Attributes | |
| TileIndex | dest_tile |
| TrackdirBits | dest_trackdirs |
| StationID | dest_station_id |
| bool | any_depot |
| Protected Attributes inherited from CYapfDestinationRailBase | |
| RailTypes | compatible_railtypes |
Definition at line 108 of file yapf_destrail.hpp.
| typedef Node::Key CYapfDestinationTileOrStationRailT< Types >::Key |
key to hash tables
Definition at line 112 of file yapf_destrail.hpp.
| typedef Types::NodeList::Item CYapfDestinationTileOrStationRailT< Types >::Node |
this will be our node type
Definition at line 111 of file yapf_destrail.hpp.
| typedef Types::Tpf CYapfDestinationTileOrStationRailT< Types >::Tpf |
the pathfinder class (derived from THIS class)
Definition at line 110 of file yapf_destrail.hpp.
|
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.
| n | The node to start from. |
true iff the cost could be estimated. Definition at line 186 of file yapf_destrail.hpp.
References OctileDistanceCost(), and PfDetectDestination().
|
inline |
Called by YAPF to detect if node ends in the desired destination.
| n | The current node. |
true iff the destination has been reached. Definition at line 164 of file yapf_destrail.hpp.
References PfDetectDestination().
Referenced by PfCalcEstimate(), and PfDetectDestination().
|
inline |
Called by YAPF to detect if node ends in the desired destination.
| tile | The reached tile. |
| td | The reached track direction. |
true iff the destination has been reached. Definition at line 170 of file yapf_destrail.hpp.
References GetRailStationTrack(), GetStationIndex(), HasStationTileRail(), HasTrackdir(), IsRailDepotTile(), and TrackdirToTrack().
|
inline |
Definition at line 127 of file yapf_destrail.hpp.
|
inlineprotected |
Access the inherited path finder.
Definition at line 121 of file yapf_destrail.hpp.
|
protected |
Definition at line 118 of file yapf_destrail.hpp.
|
protected |
Definition at line 117 of file yapf_destrail.hpp.
|
protected |
Definition at line 115 of file yapf_destrail.hpp.
|
protected |
Definition at line 116 of file yapf_destrail.hpp.