OpenTTD Source 20250924-master-gbec4e71d53
yapf_node_rail.hpp File Reference

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
 

Detailed Description

Node tailored for rail pathfinding.

Definition in file yapf_node_rail.hpp.

Typedef Documentation

◆ CRailNodeList

Definition at line 208 of file yapf_node_rail.hpp.