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

dxf_double_struct Struct Reference

DXF definition of a single linked list of double variables. More...

#include <global.h>

Collaboration diagram for dxf_double_struct:
Collaboration graph
[legend]

Data Fields

double value
struct DxfDoublenext

Detailed Description

DXF definition of a single linked list of double variables.

Definition at line 231 of file global.h.


Field Documentation

Store the double value (real) here.

Definition at line 235 of file global.h.

Referenced by dxf_double_init(), dxf_helix_write(), dxf_spline_init(), dxf_spline_read(), and dxf_spline_write().

Pointer to the next DxfDouble.
NULL if the last DxfDouble.

Definition at line 236 of file global.h.

Referenced by dxf_double_free(), dxf_double_free_chain(), dxf_double_init(), and dxf_spline_read().


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