libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an AutoCAD spatial_index object (SPATIAL_INDEX
).
More...
#include <spatial_index.h>
Data Fields | |
int | id_code |
char * | dictionary_owner_soft |
char * | dictionary_owner_hard |
double | time_stamp |
struct DxfSpatialIndex * | next |
DXF definition of an AutoCAD spatial_index object (SPATIAL_INDEX
).
Definition at line 61 of file spatial_index.h.
Identification number for the entity.
This is to be an unique (sequential) number in the DXF file.
Group code = 5.
Definition at line 66 of file spatial_index.h.
Referenced by dxf_spatial_index_get_id_code(), dxf_spatial_index_init(), dxf_spatial_index_read(), dxf_spatial_index_set_id_code(), and dxf_spatial_index_write().
Soft-pointer ID/handle to owner dictionary.
Group code = 330.
Definition at line 71 of file spatial_index.h.
Referenced by dxf_spatial_index_free(), dxf_spatial_index_get_dictionary_owner_soft(), dxf_spatial_index_init(), dxf_spatial_index_read(), dxf_spatial_index_set_dictionary_owner_soft(), and dxf_spatial_index_write().
Hard owner ID/handle to owner dictionary (optional).
Group code = 360.
Definition at line 74 of file spatial_index.h.
Referenced by dxf_spatial_index_free(), dxf_spatial_index_get_dictionary_owner_hard(), dxf_spatial_index_init(), dxf_spatial_index_read(), dxf_spatial_index_set_dictionary_owner_hard(), and dxf_spatial_index_write().
Timestamp (Julian date).
Group code = 40.
Definition at line 78 of file spatial_index.h.
Referenced by dxf_spatial_index_get_time_stamp(), dxf_spatial_index_init(), dxf_spatial_index_read(), dxf_spatial_index_set_time_stamp(), and dxf_spatial_index_write().
Pointer to the next DxfSpatialIndex.
NULL
in the last DxfSpatialIndex.
Definition at line 80 of file spatial_index.h.
Referenced by dxf_spatial_index_free(), dxf_spatial_index_free_chain(), dxf_spatial_index_get_last(), dxf_spatial_index_get_next(), dxf_spatial_index_init(), and dxf_spatial_index_set_next().