summaryrefslogtreecommitdiff
path: root/src/cgal.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-08-22 17:31:56 (GMT)
committerMarius Kintel <marius@kintel.net>2011-08-22 17:31:56 (GMT)
commit428d5bfc0e8684d6cf8116d0a580b36281135a45 (patch)
tree95319f09ce16b96512e382a1fc86c1f5e56caa0a /src/cgal.h
parentbe63c6eeacf7ed4604106dc0859602ba98847a4f (diff)
Refactored cgal_nef3_to_polyset() to cgal wrapper class
Diffstat (limited to 'src/cgal.h')
-rw-r--r--src/cgal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgal.h b/src/cgal.h
index f9161cc..9ccc4df 100644
--- a/src/cgal.h
+++ b/src/cgal.h
@@ -94,6 +94,8 @@ struct CGAL_Nef_polyhedron
return p3.number_of_vertices();
return 0;
}
+
+ class PolySet *convertToPolyset() const;
};
#endif /* ENABLE_CGAL */
contact: Jan Huwald // Impressum