summaryrefslogtreecommitdiff
path: root/src/cgalutils.h
blob: 9093c3f503d048f88e2271175d7d302eb8cb69b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CGALUTILS_H_
#define CGALUTILS_H_

#include <cgalfwd.h>

class PolySet *createPolySetFromPolyhedron(const CGAL_Polyhedron &p);
CGAL_Polyhedron *createPolyhedronFromPolySet(const class PolySet &ps);
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