diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-18 19:04:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-18 19:04:04 (GMT) |
commit | 398b44c82a485f7ea5784c84946b7fcb81a9a105 (patch) | |
tree | 7a3decb76520278ce5bb6e25cd446307431141d9 /src/CGALEvaluator.h | |
parent | eb9139b34ee8e0c5ac9f94f93078165c6e5edd56 (diff) | |
parent | eb8772539cb38691e11ca85215bd2ea16bdddb62 (diff) |
Merge pull request #311 from openscad/resize5
Resize5
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; |