diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-22 17:31:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-22 17:31:56 (GMT) |
commit | 428d5bfc0e8684d6cf8116d0a580b36281135a45 (patch) | |
tree | 95319f09ce16b96512e382a1fc86c1f5e56caa0a /src/cgal.h | |
parent | be63c6eeacf7ed4604106dc0859602ba98847a4f (diff) |
Refactored cgal_nef3_to_polyset() to cgal wrapper class
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() const; }; #endif /* ENABLE_CGAL */ |