OpenTTD Source 20241224-master-gf74b0cf984
|
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 RoadVehicle *v) |
const Station * | GetDestinationStation () const |
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 |
StationType | station_type |
bool | non_artic |
Definition at line 225 of file yapf_road.cpp.
typedef Node::Key CYapfDestinationTileRoadT< Types >::Key |
key to hash tables
Definition at line 231 of file yapf_road.cpp.
typedef Types::NodeList::Item CYapfDestinationTileRoadT< Types >::Node |
this will be our node type
Definition at line 230 of file yapf_road.cpp.
typedef Types::Tpf CYapfDestinationTileRoadT< Types >::Tpf |
the pathfinder class (derived from THIS class)
Definition at line 228 of file yapf_road.cpp.
typedef Types::TrackFollower CYapfDestinationTileRoadT< Types >::TrackFollower |
Definition at line 229 of file yapf_road.cpp.
|
inline |
Definition at line 262 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::m_estimate
Definition at line 297 of file yapf_road.cpp.
References abs(), CYapfDestinationTileRoadT< 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 276 of file yapf_road.cpp.
Referenced by CYapfDestinationTileRoadT< Types >::PfCalcEstimate().
|
inline |
Definition at line 281 of file yapf_road.cpp.
|
inline |
Definition at line 241 of file yapf_road.cpp.
|
inlineprotected |
to access inherited path finder
Definition at line 269 of file yapf_road.cpp.
|
protected |
Definition at line 236 of file yapf_road.cpp.
|
protected |
Definition at line 234 of file yapf_road.cpp.
|
protected |
Definition at line 235 of file yapf_road.cpp.
|
protected |
Definition at line 238 of file yapf_road.cpp.
|
protected |
Definition at line 237 of file yapf_road.cpp.