|
OpenTTD Source 15.0-beta1
|
YAPF origin for water regions. More...
Public Types | |
| typedef Types::Tpf | Tpf |
| The pathfinder class (derived from THIS class). | |
| typedef Types::NodeList::Item | Node |
| This will be our node type. | |
| typedef Node::Key | Key |
| Key to hash tables. | |
Public Member Functions | |
| void | AddOrigin (const WaterRegionPatchDesc &water_region_patch) |
| bool | HasOrigin (const WaterRegionPatchDesc &water_region_patch) |
| void | PfSetStartupNodes () |
Protected Member Functions | |
| Tpf & | Yapf () |
Private Attributes | |
| std::vector< CYapfRegionPatchNodeKey > | origin_keys |
YAPF origin for water regions.
Definition at line 76 of file yapf_ship_regions.cpp.
| typedef Node::Key CYapfOriginRegionT< Types >::Key |
Key to hash tables.
Definition at line 81 of file yapf_ship_regions.cpp.
| typedef Types::NodeList::Item CYapfOriginRegionT< Types >::Node |
This will be our node type.
Definition at line 80 of file yapf_ship_regions.cpp.
| typedef Types::Tpf CYapfOriginRegionT< Types >::Tpf |
The pathfinder class (derived from THIS class).
Definition at line 79 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 90 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 96 of file yapf_ship_regions.cpp.
|
inline |
Definition at line 101 of file yapf_ship_regions.cpp.
|
inlineprotected |
Definition at line 84 of file yapf_ship_regions.cpp.
|
private |
Definition at line 87 of file yapf_ship_regions.cpp.