28 #ifndef _DXF2VRML_LAYERDATA_H_
29 #define _DXF2VRML_LAYERDATA_H_
31 #include <dime/util/Linear.h>
32 #include <dime/util/Array.h>
33 #include <dime/util/BSPTree.h>
41 void setFillmode(
const bool fillmode);
59 void writeWrl(FILE *fp,
int indent,
const bool vrml1,
66 friend class dime2Profit;
77 #endif // _DXF2VRML_LAYERDATA_H_
The dimeVec3f class is for containing and operating on a 3D vector / coordinate.
Definition: Linear.h:56
The dimeBSPTree class is a simple BSP tree implementation.
Definition: BSPTree.h:40
The dimeMatrix class is for containing and operating on a four-by-four matrix.
Definition: Linear.h:151
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition: layerdata.h:36