#include <world.h>
Collaboration diagram for a_feature:
Public Attributes | |
int | type |
short | id |
char * | name |
char * | feattype |
a_feature * | next |
int | size |
int | x |
int | y |
short | xmin |
short | ymin |
short | xmax |
short | ymax |
int | mindiam |
int | maxdiam |
int | relabel |
Named geographical features.
|
its category, such as "island" or "bay" something for syntax? "foo bay" vs "bay of foo" |
|
which one this is |
|
Cache: Maximum diameter. |
|
Cache: Minimum diameter. |
|
the name of the region |
|
arranged in a linked list |
|
Cace: re label. ??? |
|
Cache: size |
|
index of the general type |
|
Cache: x co-ordinate. |
|
Cache: Maximum x co-ordinate. |
|
Cache: Minimum x co-ordinate. |
|
Cache: y co-ordinate. |
|
Cache: Maximum y co-ordinate. |
|
Cache: Minimum y co-ordinate. |