JunkBox_Lib 1.10.1
|
#include <shape_file.h>
Data Fields | |
int | datanum |
int | offset |
int | size |
int | type |
int | maxnum |
Definition at line 24 of file shape_file.h.
int datanum |
Definition at line 25 of file shape_file.h.
Referenced by read_shape_index_file().
int maxnum |
Definition at line 29 of file shape_file.h.
Referenced by draw_shape_polygon(), and read_shape_index_file().
int offset |
Definition at line 26 of file shape_file.h.
Referenced by draw_shape_polygon(), and read_shape_index_file().
int size |
Definition at line 27 of file shape_file.h.
Referenced by read_shape_index_file().
int type |
Definition at line 28 of file shape_file.h.
Referenced by read_shape_index_file(), and read_shape_main_file().