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;
76 dimeArray <int> faceindices;
78 dimeArray <int> lineindices;
79 dimeArray <dimeVec3f> points;
The dimeBSPTree class is a simple BSP tree implementation.
Definition BSPTree.h:44
The dimeMatrix class is for containing and operating on a four-by-four matrix.
Definition Linear.h:159
The dimeVec3f class is for containing and operating on a 3D vector / coordinate.
Definition Linear.h:62
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition layerdata.h:41