The dimeOutput class handles writing of DXF and DXB files. More...
#include <Output.h>
Constructor.
Destructor.
This method sets a callback function that is called with progress information. The first argument of the callback is a float in the range between 0 and 1. The second argument of the callback is the void * cbdata argument.
Sets the filename for the output file. The file will be opened, and true is returned if all was ok.
Sets binary (DXB) or ASCII (DXF) format.
Returns if binary or ASCII will be used when writing.
This method does nothing now, but if binary files are supported in the future, it must be called.
Writes a record group code to the file.
Writes an 8 bit integer to the file.
Writes a 16 bit integer to the file.
Writes a 32 bit integer to the file.
Writes a single precision floating point number to the file.
Writes a double precision floating point number to the file.
Writes a nul-terminated string to the file.