libDXF 0.0.1
A library with DXF related functions written in C.
Data Fields

dxf_spatial_index_struct Struct Reference

DXF definition of an AutoCAD spatial_index object (SPATIAL_INDEX). More...

#include <spatial_index.h>

Collaboration diagram for dxf_spatial_index_struct:
Collaboration graph
[legend]

Data Fields

int id_code
char * dictionary_owner_soft
char * dictionary_owner_hard
double time_stamp
struct DxfSpatialIndexnext

Detailed Description

DXF definition of an AutoCAD spatial_index object (SPATIAL_INDEX).

Definition at line 61 of file spatial_index.h.


Field Documentation

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().

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().


The documentation for this struct was generated from the following file: