OpenTTD Source 20260415-master-g3f4984ebaa
CYapfDestinationTileOrStationRailT< Types > Class Template Reference
Inheritance diagram for CYapfDestinationTileOrStationRailT< Types >:
CYapfDestinationRailBase

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

TpfYapf ()
 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

Detailed Description

template<class Types>
class CYapfDestinationTileOrStationRailT< Types >

Definition at line 108 of file yapf_destrail.hpp.

Member Typedef Documentation

◆ Key

template<class Types>
typedef Node::Key CYapfDestinationTileOrStationRailT< Types >::Key

key to hash tables

Definition at line 112 of file yapf_destrail.hpp.

◆ Node

template<class Types>
typedef Types::NodeList::Item CYapfDestinationTileOrStationRailT< Types >::Node

this will be our node type

Definition at line 111 of file yapf_destrail.hpp.

◆ Tpf

template<class Types>
typedef Types::Tpf CYapfDestinationTileOrStationRailT< Types >::Tpf

the pathfinder class (derived from THIS class)

Definition at line 110 of file yapf_destrail.hpp.

Member Function Documentation

◆ PfCalcEstimate()

template<class Types>
bool CYapfDestinationTileOrStationRailT< Types >::PfCalcEstimate ( Node & n)
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.

Parameters
nThe node to start from.
Returns
true iff the cost could be estimated.

Definition at line 186 of file yapf_destrail.hpp.

References OctileDistanceCost(), and PfDetectDestination().

◆ PfDetectDestination() [1/2]

template<class Types>
bool CYapfDestinationTileOrStationRailT< Types >::PfDetectDestination ( Node & n)
inline

Called by YAPF to detect if node ends in the desired destination.

Parameters
nThe current node.
Returns
true iff the destination has been reached.

Definition at line 164 of file yapf_destrail.hpp.

References PfDetectDestination().

Referenced by PfCalcEstimate(), and PfDetectDestination().

◆ PfDetectDestination() [2/2]

template<class Types>
bool CYapfDestinationTileOrStationRailT< Types >::PfDetectDestination ( TileIndex tile,
Trackdir td )
inline

Called by YAPF to detect if node ends in the desired destination.

Parameters
tileThe reached tile.
tdThe reached track direction.
Returns
true iff the destination has been reached.

Definition at line 170 of file yapf_destrail.hpp.

References GetRailStationTrack(), GetStationIndex(), HasStationTileRail(), HasTrackdir(), IsRailDepotTile(), and TrackdirToTrack().

◆ SetDestination()

template<class Types>
void CYapfDestinationTileOrStationRailT< Types >::SetDestination ( const Train * v)
inline

Definition at line 127 of file yapf_destrail.hpp.

◆ Yapf()

template<class Types>
Tpf & CYapfDestinationTileOrStationRailT< Types >::Yapf ( )
inlineprotected

Access the inherited path finder.

Returns
The current path finder.

Definition at line 121 of file yapf_destrail.hpp.

Field Documentation

◆ any_depot

template<class Types>
bool CYapfDestinationTileOrStationRailT< Types >::any_depot
protected

Definition at line 118 of file yapf_destrail.hpp.

◆ dest_station_id

template<class Types>
StationID CYapfDestinationTileOrStationRailT< Types >::dest_station_id
protected

Definition at line 117 of file yapf_destrail.hpp.

◆ dest_tile

template<class Types>
TileIndex CYapfDestinationTileOrStationRailT< Types >::dest_tile
protected

Definition at line 115 of file yapf_destrail.hpp.

◆ dest_trackdirs

template<class Types>
TrackdirBits CYapfDestinationTileOrStationRailT< Types >::dest_trackdirs
protected

Definition at line 116 of file yapf_destrail.hpp.


The documentation for this class was generated from the following file: