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

dxf_tables Struct Reference

DXF definition of a tables section. More...

#include <tables.h>

Collaboration diagram for dxf_tables:
Collaboration graph
[legend]

Data Fields

int max_table_entries
struct DxfAppidappids
struct DxfBlockRecordblock_records
struct DxfDimStyledimstyles
struct DxfLayerlayers
struct DxfLTypeltypes
struct DxfStylestyles
struct DxfUcsucss
struct DxfViewviews
struct DxfVPortvports

Detailed Description

DXF definition of a tables section.

Definition at line 69 of file tables.h.


Field Documentation

Maximum number of table entries that may follow.
Group code = 70.

Definition at line 73 of file tables.h.

Referenced by dxf_tables_init().

Pointer to the first APPID symbol table entry.

Definition at line 75 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first BLOCK_RECORD symbol table entry.

Definition at line 77 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first DIMSTYLE symbol table entry.

Definition at line 79 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first LAYER symbol table entry.

Definition at line 81 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first LTYPE symbol table entry.

Definition at line 83 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first STYLE symbol table entry.

Definition at line 85 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first UCS symbol table entry.

Definition at line 87 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first VIEW symbol table entry.

Definition at line 89 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().

Pointer to the first VPORT symbol table entry.

Definition at line 91 of file tables.h.

Referenced by dxf_tables_free(), and dxf_tables_init().


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