|
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
|
|
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
|
|
|
Tpf & | Yapf () |
| to access inherited path finder
|
|
Tpf & | Yapf () |
| to access inherited pathfinder
|
|
template<class Types>
class CYapfFollowAnySafeTileRailT< Types >
Definition at line 282 of file yapf_rail.cpp.
◆ PfFollowNode()
Called by YAPF to move from the given node to the next tile.
For each reachable trackdir on the new tile creates new node, initializes it and adds it to the open list by calling Yapf().AddNewNode(n)
Definition at line 303 of file yapf_rail.cpp.
The documentation for this class was generated from the following file: