OpenTTD Source
20241108-master-g80f628063a
|
Additional Inherited Members | |
Public Types inherited from CYapfNodeT< AyStarNode, PathNode > | |
typedef AyStarNode | Key |
typedef PathNode | Node |
Public Member Functions inherited from CYapfNodeT< AyStarNode, PathNode > | |
void | Set (Node *parent, TileIndex tile, Trackdir td, bool is_choice) |
Node * | GetHashNext () |
void | SetHashNext (Node *pNext) |
TileIndex | GetTile () const |
Trackdir | GetTrackdir () const |
const AyStarNode & | GetKey () const |
int | GetCost () const |
int | GetCostEstimate () const |
bool | GetIsChoice () const |
bool | operator< (const Node &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields inherited from CYapfNodeT< AyStarNode, PathNode > | |
AyStarNode | key |
Node * | hash_next |
Node * | parent |
int | cost |
int | estimate |
bool | is_choice |