I would like to use the surface simplification algorithm of CGAL with C3t3 (Mesh_complex_3_in_triangulation_3) object.
I have the C3t3 object, how do I use this function with this kind of object. The only examples I found were using Polyhedron objects.
More specifically i need to use the SMS::edge_collapse function
Thanks.