diff options
author | Marius Kintel <marius@kintel.net> | 2012-06-04 09:34:27 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-06-04 09:34:27 (GMT) |
commit | 197a4e4d364fbdd0aca8fb9027476ee1c48652e3 (patch) | |
tree | 6ca650907710971d6835732caadd4053cdc6f32a /src/CGAL_Nef_polyhedron.h | |
parent | 6735a8841b4ca93db2c101ab89d0875b5eee51a8 (diff) | |
parent | 9698d1d2fbe6b19573a0e483a6411a8ebd0f6947 (diff) |
Merge branch 'master' into value
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index f93905f..0b0784e 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -3,6 +3,7 @@ #include "cgalfwd.h" #include "memory.h" +#include <string> class CGAL_Nef_polyhedron { @@ -18,6 +19,7 @@ public: CGAL_Nef_polyhedron &operator-=(const CGAL_Nef_polyhedron &other); CGAL_Nef_polyhedron &minkowski(const CGAL_Nef_polyhedron &other); CGAL_Nef_polyhedron copy() const; + std::string dump_p2() const; int weight() const; class PolySet *convertToPolyset(); class DxfData *convertToDxfData() const; |