diff options
Diffstat (limited to 'src/cgal.h')
-rw-r--r-- | src/cgal.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ struct CGAL_Nef_polyhedron return p3.number_of_vertices(); return 0; } + + class PolySet *convertToPolyset(); }; #endif /* ENABLE_CGAL */ |