summaryrefslogtreecommitdiff
path: root/src/cgalutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r--src/cgalutils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h
index a249697..2bf6566 100644
--- a/src/cgalutils.h
+++ b/src/cgalutils.h
@@ -5,5 +5,9 @@
class PolySet *createPolySetFromPolyhedron(const CGAL_Polyhedron &p);
CGAL_Polyhedron *createPolyhedronFromPolySet(const class PolySet &ps);
+std::string dump_cgal_nef_polyhedron2( const CGAL_Nef_polyhedron2 &N );
+std::string dump_cgal_nef_polyhedron3( const CGAL_Nef_polyhedron3 &N );
+std::string dump_cgal_nef_polyhedron2_svg( const CGAL_Nef_polyhedron2 &N );
+std::string dump_cgal_nef_polyhedron3_svg( const CGAL_Nef_polyhedron3 &N );
#endif
contact: Jan Huwald // Impressum