OpenTTD Source 20241224-master-gf74b0cf984
yapf_node_ship.hpp File Reference

Node tailored for ship pathfinding. More...

#include "../../tile_type.h"
#include "../../track_type.h"
#include "nodelist.hpp"
#include "yapf_node.hpp"

Go to the source code of this file.

Data Structures

struct  CYapfShipNodeT< Tkey_ >
 Yapf Node for ships. More...
 

Typedefs

typedef CYapfShipNodeT< CYapfNodeKeyExitDirCYapfShipNodeExitDir
 
typedef CYapfShipNodeT< CYapfNodeKeyTrackDirCYapfShipNodeTrackDir
 
typedef NodeList< CYapfShipNodeExitDir, 10, 12 > CShipNodeListExitDir
 
typedef NodeList< CYapfShipNodeTrackDir, 10, 12 > CShipNodeListTrackDir
 

Detailed Description

Node tailored for ship pathfinding.

Definition in file yapf_node_ship.hpp.

Typedef Documentation

◆ CShipNodeListExitDir

Definition at line 39 of file yapf_node_ship.hpp.

◆ CShipNodeListTrackDir

Definition at line 40 of file yapf_node_ship.hpp.

◆ CYapfShipNodeExitDir

◆ CYapfShipNodeTrackDir