36#include <dime/Basic.h>
47 void setCallback(
const int numrecords,
48 int (*cb)(
float,
void *),
void *cbdata);
49 bool setFileHandle(FILE *fp);
50 bool setFilename(
const char *
const filename);
51 void setBinary(
const bool state =
true);
52 bool isBinary()
const;
55 bool writeGroupCode(
const int groupcode);
56 bool writeInt8(
const int8 val);
57 bool writeInt16(
const int16 val);
58 bool writeInt32(
const int32 val);
59 bool writeFloat(
const float val);
60 bool writeDouble(
const dxfdouble val);
61 bool writeString(
const char *
const str);
63 int getUniqueHandleId();
71 int (*callback)(float,
void*);
The dimeModel class organizes a model.
Definition Model.h:55
The dimeOutput class handles writing of DXF and DXB files.
Definition Output.h:42
bool writeHeader()
Definition Output.h:54