cgal/Subdivision_method_3
Mael Rouxel-Labbé a945dda767 Added support of the DooSabin subdivision for a SurfaceMesh
There are now two different implementations of the DooSabin subdivision,
depending on whether the halfedge is an index type. If this is the case,
we build the subdivided mesh from scratch instead of adding and removing
elements.

Benchmarks show around the same speed for both implementations.
2017-05-12 10:34:56 +02:00
..
doc/Subdivision_method_3 Use svg files 2017-05-12 10:34:56 +02:00
examples/Subdivision_method_3 Updated the examples 2017-05-12 10:34:56 +02:00
include/CGAL Added support of the DooSabin subdivision for a SurfaceMesh 2017-05-12 10:34:56 +02:00
package_info/Subdivision_method_3 New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Subdivision_method_3 Complete the testsuite, and fix errors it revealed 2017-05-12 10:34:56 +02:00
TODO