diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-25 00:52:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-25 00:52:57 (GMT) |
commit | 9e74528827ffd66dce06d39da0c9f512640f625c (patch) | |
tree | 9347f3ebb0d41f2ad7680ee85a47aaefd448bcc7 /src/CGALEvaluator.h | |
parent | fea2f82612fbeb6b1bfc4e3003a18887f245dd2d (diff) | |
parent | a7709470d256083b2a18b63c48439f14a23f63fb (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/CGALEvaluator.h')
-rw-r--r-- | src/CGALEvaluator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 42af5a1..818f520 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -34,6 +34,7 @@ private: 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); + CGAL_Nef_polyhedron applyResize(const CgaladvNode &node); std::string currindent; typedef std::pair<const AbstractNode *, CGAL_Nef_polyhedron> ChildItem; |