blob: a249697e750587857c88c48269679b1bd92f8981 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef CGALUTILS_H_
#define CGALUTILS_H_
#include <cgalfwd.h>
class PolySet *createPolySetFromPolyhedron(const CGAL_Polyhedron &p);
CGAL_Polyhedron *createPolyhedronFromPolySet(const class PolySet &ps);
#endif
|