28 #ifndef _DXF2VRML_CONVERT_H_
29 #define _DXF2VRML_CONVERT_H_
32 #include <dime/Basic.h>
46 this->maxerr = maxerr;
48 void findHeaderVariables(
dimeModel &model);
50 bool writeVrml(FILE *out,
const bool vrml1 =
false,
51 const bool only2d =
false);
64 this->fillmode = fill;
67 return this->fillmode;
71 return this->layercol;
83 return currentInsertColorIndex;
87 friend class dime2Profit;
93 int currentInsertColorIndex;
99 bool private_callback(
const dimeState *
const state,
101 static bool dime_callback(
const dimeState *
const state,
106 #endif // _DXF2VRML_CONVERT_H_
int getNumSub() const
Definition: convert.h:56
void setMaxerr(const dxfdouble maxerr)
Definition: convert.h:45
The dimeState class manages various state variables while the model is traversed. ...
Definition: State.h:37
bool getFillmode() const
Definition: convert.h:66
void setFillmode(const bool fill)
Definition: convert.h:63
The dxfConverter class offers a simple interface for dxf converting. It makes it possible to extract ...
Definition: convert.h:39
The dimeEntity class is the superclass of all entity classes.
Definition: Entity.h:57
void setNumSub(const int num)
Definition: convert.h:53
The dimeModel class organizes a model.
Definition: Model.h:51
void setLayercol(const bool v)
Definition: convert.h:74
int getCurrentInsertColorIndex() const
Definition: convert.h:82
dxfdouble getMaxerr() const
Definition: convert.h:59
The dxfLayerData class handles all geometry for a given color index. DXF geometry is grouped into dif...
Definition: layerdata.h:36
bool getLayercol() const
Definition: convert.h:70