cgal/Polygon_mesh_processing
Sébastien Loriot e0856dff1d update the procedure to remove null edge which collapse is topologically invalid
When removing a null edge which collapse is not topologically valid,
it might happen that the set of triangles incident to the endpoints
of the edge is not a topological disk. With this code we remove
parts that are "inside" the topological disk we target.
The heuristic used is to remove component that are the smallest,
counting the number of faces
2015-04-07 11:06:42 +02:00
..
benchmark/Polygon_mesh_processing
doc/Polygon_mesh_processing fix named parameter name 2015-04-03 16:57:40 +02:00
examples/Polygon_mesh_processing rename named param kernel to geom_traits and fix compilation issues 2015-04-02 07:33:24 +02:00
include/CGAL update the procedure to remove null edge which collapse is topologically invalid 2015-04-07 11:06:42 +02:00
package_info/Polygon_mesh_processing rename directory 2015-02-03 11:09:21 +01:00
test/Polygon_mesh_processing rename named param kernel to geom_traits and fix compilation issues 2015-04-02 07:33:24 +02:00