summaryrefslogtreecommitdiff
path: root/src/CGAL_Nef_polyhedron.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-07-27 15:15:19 (GMT)
committerMarius Kintel <marius@kintel.net>2012-07-27 15:15:19 (GMT)
commit1a02158ddc6d2b52a43c2a0ee9b1bc79e5461f1e (patch)
tree09c2947b5a1bbec67e6261bf2ea17e7c2680be2a /src/CGAL_Nef_polyhedron.h
parent67eeed386cab529da187f4d8a94573df8a6768ae (diff)
parent8e9b2d2c491ccafd5cb14919f750aa537ebdcc04 (diff)
Merge pull request #150 from openscad/issue148
Issue148
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r--src/CGAL_Nef_polyhedron.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h
index 0b0784e..694b420 100644
--- a/src/CGAL_Nef_polyhedron.h
+++ b/src/CGAL_Nef_polyhedron.h
@@ -14,6 +14,7 @@ public:
~CGAL_Nef_polyhedron() {}
bool empty() const { return (dim == 0 || (!p2 && !p3)); }
+ void reset() { dim=0; p2.reset(); p3.reset(); }
CGAL_Nef_polyhedron &operator+=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator*=(const CGAL_Nef_polyhedron &other);
CGAL_Nef_polyhedron &operator-=(const CGAL_Nef_polyhedron &other);
contact: Jan Huwald // Impressum