![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for pf_danger_map:Public Attributes | |
| struct pf_map | base_map |
| struct map_index_pq * | queue |
| struct map_index_pq * | danger_queue |
| struct pf_danger_node * | lattice |
Definition at line 945 of file path_finding.cpp.
| struct pf_map pf_danger_map::base_map |
Definition at line 940 of file path_finding.cpp.
Referenced by pf_danger_map_new().
| struct map_index_pq* pf_danger_map::danger_queue |
Definition at line 951 of file path_finding.cpp.
Referenced by pf_danger_map_destroy(), pf_danger_map_iterate(), and pf_danger_map_new().
| struct pf_danger_node* pf_danger_map::lattice |
Definition at line 952 of file path_finding.cpp.
Referenced by pf_danger_map_construct_path(), pf_danger_map_create_segment(), pf_danger_map_destroy(), pf_danger_map_fill_position(), pf_danger_map_iterate(), pf_danger_map_iterate_until(), pf_danger_map_move_cost(), and pf_danger_map_new().
| struct map_index_pq* pf_danger_map::queue |
Definition at line 948 of file path_finding.cpp.
Referenced by pf_danger_map_destroy(), pf_danger_map_iterate(), and pf_danger_map_new().