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

#include <cgalfwd.h>

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 );

#endif
contact: Jan Huwald // Impressum