OpenTTD Source  20240919-master-gdf0233f4c2
CYapfDestinationTileWaterT< Types > Class Template Reference

Public Types

typedef Types::Tpf Tpf
 the pathfinder class (derived from THIS class).
 
typedef Types::TrackFollower TrackFollower
 
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 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. More...
 

Protected Member Functions

TpfYapf ()
 To access inherited path finder.
 

Protected Attributes

TileIndex m_destTile
 
TrackdirBits m_destTrackdirs
 
StationID m_destStation
 
bool m_has_intermediate_dest = false
 
TileIndex m_intermediate_dest_tile
 
WaterRegionPatchDesc m_intermediate_dest_region_patch
 

Detailed Description

template<class Types>
class CYapfDestinationTileWaterT< Types >

Definition at line 28 of file yapf_ship.cpp.

Member Function Documentation

◆ PfCalcEstimate()

template<class Types >
bool CYapfDestinationTileWaterT< 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::m_estimate.

Definition at line 97 of file yapf_ship.cpp.

References abs(), CYapfDestinationTileWaterT< Types >::PfDetectDestination(), TileX(), TileY(), TrackdirToExitdir(), YAPF_TILE_CORNER_LENGTH, and YAPF_TILE_LENGTH.


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