OpenTTD Source
20241111-master-gce64d5f5d9
|
Yapf Node for rail YAPF. More...
#include <yapf_node_rail.hpp>
Public Types | |
typedef CYapfNodeT< Tkey_, CYapfRailNodeT< Tkey_ > > | base |
typedef CYapfRailSegment | CachedData |
Public Types inherited from CYapfNodeT< Tkey_, CYapfRailNodeT< Tkey_ > > | |
typedef Tkey_ | Key |
typedef CYapfRailNodeT< Tkey_ > | Node |
Public Member Functions | |
void | Set (CYapfRailNodeT *parent, TileIndex tile, Trackdir td, bool is_choice) |
TileIndex | GetLastTile () const |
Trackdir | GetLastTrackdir () const |
void | SetLastTileTrackdir (TileIndex tile, Trackdir td) |
template<class Tbase , class Tfunc , class Tpf > | |
bool | IterateTiles (const Train *v, Tpf &yapf, Tbase &obj, bool(Tfunc::*func)(TileIndex, Trackdir)) const |
void | Dump (DumpTarget &dmp) const |
Public Member Functions inherited from CYapfNodeT< Tkey_, CYapfRailNodeT< Tkey_ > > | |
void | Set (Node *parent, TileIndex tile, Trackdir td, bool is_choice) |
Node * | GetHashNext () |
void | SetHashNext (Node *pNext) |
TileIndex | GetTile () const |
Trackdir | GetTrackdir () const |
const Tkey_ & | GetKey () const |
int | GetCost () const |
int | GetCostEstimate () const |
bool | GetIsChoice () const |
bool | operator< (const Node &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
CYapfRailSegment * | segment |
uint16_t | num_signals_passed |
union { | |
uint32_t inherited_flags | |
struct { | |
bool target_seen | |
bool choice_seen | |
bool last_signal_was_red | |
} flags_s | |
} | flags_u |
SignalType | last_red_signal_type |
SignalType | last_signal_type |
Data Fields inherited from CYapfNodeT< Tkey_, CYapfRailNodeT< Tkey_ > > | |
Tkey_ | key |
Node * | hash_next |
Node * | parent |
int | cost |
int | estimate |
bool | is_choice |
Yapf Node for rail YAPF.
Definition at line 116 of file yapf_node_rail.hpp.