|
OpenTTD Source 20251116-master-g21329071df
|
Node tailored for rail pathfinding. More...
#include "../../misc/dbg_helpers.h"#include "../../train.h"#include "nodelist.hpp"#include "yapf_node.hpp"#include "yapf_type.hpp"Go to the source code of this file.
Data Structures | |
| struct | CYapfRailSegmentKey |
| key for cached segment cost for rail YAPF More... | |
| struct | CYapfRailSegment |
| cached segment cost for rail YAPF More... | |
| struct | CYapfRailNode |
| Yapf Node for rail YAPF. More... | |
Typedefs | |
| typedef NodeList< CYapfRailNode, 8, 10 > | CRailNodeList |
Node tailored for rail pathfinding.
Definition in file yapf_node_rail.hpp.
| typedef NodeList<CYapfRailNode, 8, 10> CRailNodeList |
Definition at line 208 of file yapf_node_rail.hpp.