OpenTTD Source
20241124-master-g9399a92a4f
|
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 | CYapfRailNodeT< Tkey_ > |
Yapf Node for rail YAPF. More... | |
Typedefs | |
typedef CYapfRailNodeT< CYapfNodeKeyExitDir > | CYapfRailNodeExitDir |
typedef CYapfRailNodeT< CYapfNodeKeyTrackDir > | CYapfRailNodeTrackDir |
typedef NodeList< CYapfRailNodeExitDir, 8, 10 > | CRailNodeListExitDir |
typedef NodeList< CYapfRailNodeTrackDir, 8, 10 > | CRailNodeListTrackDir |
Node tailored for rail pathfinding.
Definition in file yapf_node_rail.hpp.