33 #ifndef _DXF2VRML_LAYERDATA_H_ 34 #define _DXF2VRML_LAYERDATA_H_ 36 #include <dime/util/Linear.h> 37 #include <dime/util/Array.h> 38 #include <dime/util/BSPTree.h> 46 void setFillmode(
const bool fillmode);
64 void writeWrl(FILE *fp,
int indent,
const bool vrml1,
71 friend class dime2Profit;
82 #endif // _DXF2VRML_LAYERDATA_H_
The dimeVec3f class is for containing and operating on a 3D vector / coordinate.
Definition: Linear.h:61
The dimeBSPTree class is a simple BSP tree implementation.
Definition: BSPTree.h:43
The dimeMatrix class is for containing and operating on a four-by-four matrix.
Definition: Linear.h:158
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition: layerdata.h:41