NDEVR
API Documentation
XDataWriter

Stores extended data (XData) that can be written out as part of a DXF entity, using a custom write function. More...

Inheritance diagram for XDataWriter:
[legend]
Collaboration diagram for XDataWriter:
[legend]

Public Attributes

std::function< void(DXFWriter &dxf)> write_function
 The function that writes the XData content.
Public Attributes inherited from HandleData
uint04 file_line_number = Constant<uint04>::Invalid
 The line number in the source file.
uint04 handle = Constant<uint04>::Invalid
 The handle of this object.
uint04 parent_handle = Constant<uint04>::Invalid
 The handle of the parent object.

Detailed Description

Stores extended data (XData) that can be written out as part of a DXF entity, using a custom write function.


Definition at line 51 of file DXFWriter.h.


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