![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for pf_fuel_map:Public Attributes | |
| struct pf_map | base_map |
| struct map_index_pq * | queue |
| struct map_index_pq * | waited_queue |
| struct pf_fuel_node * | lattice |
Definition at line 1912 of file path_finding.cpp.
| struct pf_map pf_fuel_map::base_map |
Definition at line 1908 of file path_finding.cpp.
Referenced by pf_fuel_map_new().
| struct pf_fuel_node* pf_fuel_map::lattice |
Definition at line 1920 of file path_finding.cpp.
Referenced by pf_fuel_map_construct_path(), pf_fuel_map_create_segment(), pf_fuel_map_destroy(), pf_fuel_map_fill_position(), pf_fuel_map_iterate(), pf_fuel_map_iterate_until(), pf_fuel_map_move_cost(), and pf_fuel_map_new().
| struct map_index_pq* pf_fuel_map::queue |
Definition at line 1915 of file path_finding.cpp.
Referenced by pf_fuel_map_destroy(), pf_fuel_map_iterate(), and pf_fuel_map_new().
| struct map_index_pq* pf_fuel_map::waited_queue |
Definition at line 1918 of file path_finding.cpp.
Referenced by pf_fuel_map_destroy(), pf_fuel_map_iterate(), and pf_fuel_map_new().