summaryrefslogtreecommitdiff
path: root/src/rotateextrudenode.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-11-06 18:18:59 (GMT)
committerMarius Kintel <marius@kintel.net>2011-11-06 18:18:59 (GMT)
commitd27a20d01f3402c27465d46d9c970d4571e92958 (patch)
tree505b16d03605d06b43dabd84a94388ee017407ec /src/rotateextrudenode.h
parent6bb261bcd5922c69770c27d25f43c7c315c101a4 (diff)
Initial work: Created a Filename class
Diffstat (limited to 'src/rotateextrudenode.h')
-rw-r--r--src/rotateextrudenode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rotateextrudenode.h b/src/rotateextrudenode.h
index 613d44b..86da356 100644
--- a/src/rotateextrudenode.h
+++ b/src/rotateextrudenode.h
@@ -3,6 +3,7 @@
#include "node.h"
#include "visitor.h"
+#include "value.h"
class RotateExtrudeNode : public AbstractPolyNode
{
@@ -21,7 +22,8 @@ public:
int convexity;
double fn, fs, fa;
double origin_x, origin_y, scale;
- std::string filename, layername;
+ Filename filename;
+ std::string layername;
virtual PolySet *evaluate_polyset(class PolySetEvaluator *) const;
};
contact: Jan Huwald // Impressum