OpenTTD Source 20250206-master-g6089ed8059
|
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 | SetDestination (const Ship *v) |
void | SetIntermediateDestination (const WaterRegionPatchDesc &water_region_patch) |
bool | PfDetectDestination (Node &n) |
Called by YAPF to detect if node ends in the desired destination. | |
bool | PfDetectDestinationTile (TileIndex tile, Trackdir trackdir) |
bool | PfCalcEstimate (Node &n) |
Called by YAPF to calculate cost estimate. | |
Protected Member Functions | |
Tpf & | Yapf () |
To access inherited path finder. | |
Protected Attributes | |
TileIndex | dest_tile |
TrackdirBits | dest_trackdirs |
StationID | dest_station |
bool | has_intermediate_dest = false |
TileIndex | intermediate_dest_tile |
WaterRegionPatchDesc | intermediate_dest_region_patch |
Definition at line 27 of file yapf_ship.cpp.
typedef Node::Key CYapfDestinationTileWaterT< Types >::Key |
key to hash tables.
Definition at line 33 of file yapf_ship.cpp.
typedef Types::NodeList::Item CYapfDestinationTileWaterT< Types >::Node |
this will be our node type.
Definition at line 32 of file yapf_ship.cpp.
typedef Types::Tpf CYapfDestinationTileWaterT< Types >::Tpf |
the pathfinder class (derived from THIS class).
Definition at line 30 of file yapf_ship.cpp.
typedef Types::TrackFollower CYapfDestinationTileWaterT< Types >::TrackFollower |
Definition at line 31 of file yapf_ship.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 96 of file yapf_ship.cpp.
References abs(), CYapfDestinationTileWaterT< Types >::PfDetectDestination(), TileX(), TileY(), TrackdirToExitdir(), YAPF_TILE_CORNER_LENGTH, and YAPF_TILE_LENGTH.
|
inline |
Called by YAPF to detect if node ends in the desired destination.
Definition at line 74 of file yapf_ship.cpp.
Referenced by CYapfDestinationTileWaterT< Types >::PfCalcEstimate().
|
inline |
Definition at line 79 of file yapf_ship.cpp.
|
inline |
Definition at line 45 of file yapf_ship.cpp.
|
inline |
Definition at line 58 of file yapf_ship.cpp.
|
inlineprotected |
To access inherited path finder.
Definition at line 67 of file yapf_ship.cpp.
|
protected |
Definition at line 38 of file yapf_ship.cpp.
|
protected |
Definition at line 36 of file yapf_ship.cpp.
|
protected |
Definition at line 37 of file yapf_ship.cpp.
|
protected |
Definition at line 40 of file yapf_ship.cpp.
|
protected |
Definition at line 42 of file yapf_ship.cpp.
|
protected |
Definition at line 41 of file yapf_ship.cpp.