#include <shape_file.h>
Data Fields | |
| int | datanum |
| int | offset |
| int | size |
| int | type |
| int | maxnum |
Definition at line 27 of file shape_file.h.
| int datanum |
Definition at line 28 of file shape_file.h.
Referenced by read_shape_index_file().
| int maxnum |
Definition at line 32 of file shape_file.h.
Referenced by draw_shape_polygon(), and read_shape_index_file().
| int offset |
Definition at line 29 of file shape_file.h.
Referenced by draw_shape_polygon(), and read_shape_index_file().
| int size |
Definition at line 30 of file shape_file.h.
Referenced by read_shape_index_file().
| int type |
Definition at line 31 of file shape_file.h.
Referenced by read_shape_index_file(), and read_shape_main_file().
1.6.1