libDXF 0.0.1
A library with DXF related functions written in C.
|
Definition of a DXF drawing. More...
#include <drawing.h>
Data Fields | |
struct DxfHeader * | header |
struct DxfClass * | class_list |
struct DxfTables * | tables_list |
struct DxfBlock * | block_list |
struct DxfEntities * | entities_list |
struct DxfObject * | object_list |
struct DxfThumbnail * | thumbnail |
struct DxfHeader* dxf_drawing_struct::header |
Header data.
Definition at line 61 of file drawing.h.
Referenced by dxf_drawing_free(), dxf_drawing_get_header(), dxf_drawing_init(), and dxf_drawing_set_header().
Classes section data (single linked list).
Definition at line 63 of file drawing.h.
Referenced by dxf_drawing_free(), dxf_drawing_get_class_list(), dxf_drawing_init(), and dxf_drawing_set_class_list().
Tables section data (single linked list).
Definition at line 65 of file drawing.h.
Referenced by dxf_drawing_get_tables_list(), and dxf_drawing_set_tables_list().
Blocks section data (single linked list).
Definition at line 67 of file drawing.h.
Referenced by dxf_drawing_free(), dxf_drawing_get_block_list(), dxf_drawing_init(), and dxf_drawing_set_block_list().
Entities section data (single linked list).
Definition at line 69 of file drawing.h.
Referenced by dxf_drawing_get_entities_list(), and dxf_drawing_set_entities_list().
Objects section data (single linked list).
Definition at line 71 of file drawing.h.
Referenced by dxf_drawing_free(), dxf_drawing_get_object_list(), dxf_drawing_init(), and dxf_drawing_set_object_list().
Thumbnail data.
Definition at line 73 of file drawing.h.
Referenced by dxf_drawing_free(), dxf_drawing_get_thumbnail(), dxf_drawing_init(), and dxf_drawing_set_thumbnail().