libDXF 0.0.1
A library with DXF related functions written in C.
|
DXF definition of an object. More...
#include <object.h>
Data Fields | |
DxfEntityType | entity_type |
DxfParam | parameter [DXF_MAX_PARAM] |
struct DxfObject * | next |
dxf entity type.
Definition at line 58 of file object.h.
Referenced by dxf_object_get_entity_type(), and dxf_object_set_entity_type().
DxfParam dxf_object_struct::parameter[DXF_MAX_PARAM] |
struct DxfObject* dxf_object_struct::next |
pointer to the next DxfObject.
NULL
in the last DxfObject.
Definition at line 61 of file object.h.
Referenced by dxf_object_free(), dxf_object_free_chain(), dxf_object_get_last(), and dxf_object_get_next().