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

dxf_object_struct Struct Reference

DXF definition of an object. More...

#include <object.h>

Collaboration diagram for dxf_object_struct:
Collaboration graph
[legend]

Data Fields

DxfEntityType entity_type
DxfParam parameter [DXF_MAX_PARAM]
struct DxfObjectnext

Detailed Description

DXF definition of an object.

Definition at line 54 of file object.h.


Field Documentation

dxf entity type.

Definition at line 58 of file object.h.

Referenced by dxf_object_get_entity_type(), and dxf_object_set_entity_type().

corresponding values stored in here.

Definition at line 60 of file object.h.

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


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