Freeciv-3.1
|
Data Fields | |
struct pf_map | base_map |
struct map_index_pq * | queue |
struct map_index_pq * | waited_queue |
struct pf_fuel_node * | lattice |
Definition at line 1998 of file path_finding.c.
struct pf_map pf_fuel_map::base_map |
Definition at line 1999 of file path_finding.c.
Referenced by pf_fuel_map_new().
struct pf_fuel_node* pf_fuel_map::lattice |
Definition at line 2006 of file path_finding.c.
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 2001 of file path_finding.c.
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 2004 of file path_finding.c.
Referenced by pf_fuel_map_destroy(), pf_fuel_map_iterate(), and pf_fuel_map_new().