summaryrefslogtreecommitdiff
path: root/src/cgalutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r--src/cgalutils.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h
index 3fb9360..9093c3f 100644
--- a/src/cgalutils.h
+++ b/src/cgalutils.h
@@ -5,10 +5,7 @@
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 );
-static int svg_counter = 0;
+CGAL_Iso_cuboid_3 bounding_box( const CGAL_Nef_polyhedron3 &N );
+CGAL_Iso_rectangle_2e bounding_box( const CGAL_Nef_polyhedron2 &N );
#endif
contact: Jan Huwald // Impressum