diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:25:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-14 23:25:40 (GMT) |
commit | 09d60fd5afd54f1537ff6f5349f6466be8401d01 (patch) | |
tree | 94870bb1c23eddd78df9b29e55b3603924837373 /src/cgalutils.h | |
parent | 0a2b7ca0d4d7fb1acda9996d69b25ff6b5495856 (diff) |
stub of face tessellation function for polyset
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r-- | src/cgalutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h index 50b819a..0e7fbb5 100644 --- a/src/cgalutils.h +++ b/src/cgalutils.h @@ -3,7 +3,7 @@ #include <cgal.h> bool createPolySetFromPolyhedron(const CGAL_Polyhedron &p, class PolySet &ps); -bool createPolyhedronFromPolySet(const class PolySet &ps, class CGAL_Polyhedron &p); +bool createPolyhedronFromPolySet(const class PolySet &ps, CGAL_Polyhedron &p); CGAL_Iso_cuboid_3 bounding_box( const CGAL_Nef_polyhedron3 &N ); CGAL_Iso_rectangle_2e bounding_box( const CGAL_Nef_polyhedron2 &N ); |