diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-28 13:56:23 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-28 13:56:23 (GMT) |
commit | 4ecd9fa8a4ceeb49ec62a50197f4fa4da9276796 (patch) | |
tree | c298e527789aeecb2c742044683471a48c9acf1a /src/cgalutils.h | |
parent | 1dbcd7f4689fd0ed84997e2fb80a1b77e06f6b26 (diff) |
refactor, cleanup, put code where it belongs, make simple logging class
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r-- | src/cgalutils.h | 7 |
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 |