Data Fields | |
int | id |
Area ID. | |
int | n |
Number of tower cells in this area. | |
int | siz |
Size of the whole area tree in the resulting file. | |
struct _cell * | cells |
Tower cells in the area. | |
struct _area * | next |
Next element in the list. |
int _area::id |
Area ID.
int _area::n |
Number of tower cells in this area.
Number of tower cells in the list pointed by cells.
int _area::siz |
Size of the whole area tree in the resulting file.
This is the size of this structure in the resulting file + sizes needed to store all tower cell definitions with their coordinates.
struct _cell* _area::cells [read] |
Tower cells in the area.
struct _area* _area::next [read] |
Next element in the list.