summaryrefslogtreecommitdiff
path: root/src/CGALEvaluator.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-10-26 23:00:47 (GMT)
committerMarius Kintel <marius@kintel.net>2011-10-26 23:00:47 (GMT)
commit5299fcb27d61937f067932f984171a6fecc65592 (patch)
tree963b94a8866243786d547ab19673c62a6dcbbb67 /src/CGALEvaluator.h
parent44ef8290c4d36be2d7eef4cd39523f205dd39258 (diff)
parent3080932440266b1f67ba106a536f3e6e6305fa80 (diff)
Merge branch 'master' into visitortests
Diffstat (limited to 'src/CGALEvaluator.h')
-rw-r--r--src/CGALEvaluator.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h
index 0ac716c..1dce4d9 100644
--- a/src/CGALEvaluator.h
+++ b/src/CGALEvaluator.h
@@ -30,14 +30,15 @@ public:
const Tree &getTree() const { return this->tree; }
private:
- void addToParent(const State &state, const AbstractNode &node);
+ void addToParent(const State &state, const AbstractNode &node, const CGAL_Nef_polyhedron &N);
bool isCached(const AbstractNode &node) const;
void process(CGAL_Nef_polyhedron &target, const CGAL_Nef_polyhedron &src, CGALEvaluator::CsgOp op);
CGAL_Nef_polyhedron applyToChildren(const AbstractNode &node, CGALEvaluator::CsgOp op);
CGAL_Nef_polyhedron applyHull(const CgaladvNode &node);
std::string currindent;
- typedef std::list<std::pair<const AbstractNode *, std::string> > ChildList;
+ typedef std::pair<const AbstractNode *, CGAL_Nef_polyhedron> ChildItem;
+ typedef std::list<ChildItem> ChildList;
std::map<int, ChildList> visitedchildren;
const Tree &tree;
contact: Jan Huwald // Impressum