OpenTTD Source
20241108-master-g80f628063a
|
Public Types | |
typedef Types::Tpf | Tpf |
the pathfinder class (derived from THIS class) | |
typedef Types::NodeList::Titem | 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. More... | |
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 () |
to access 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 114 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
Definition at line 195 of file yapf_destrail.hpp.
References abs(), CYapfDestinationTileOrStationRailT< Types >::PfDetectDestination(), TileX(), TileY(), TrackdirToExitdir(), YAPF_TILE_CORNER_LENGTH, and YAPF_TILE_LENGTH.