cgal/Polygon_mesh_processing
Jane Tournois f4ce0f6eae this commit attempts to improve the projection step
we try to make the projection step keep vertices on the same connected component,
wrt constrained edges

there are some issues that need to be fixed :
- the use of edge_is_constrained_map in the calle to PMP::connected_components()
causes compilation errors. So it's commented for now
- the patch ids that are stored in the reference aabb_tree (which remains
valid through iterations) are not the same as the patch ids computed at
the end of each iteration, in the projection step. It should be made consistent
to be able to use the Filtered_projection_traits
2016-01-18 14:27:58 +01:00
..
benchmark/Polygon_mesh_processing
doc/Polygon_mesh_processing doc : move remeshing functions to the "Meshing" group 2016-01-11 12:38:35 +01:00
examples/Polygon_mesh_processing reorder parameters for consistency in PMP package 2016-01-11 12:20:45 +01:00
include/CGAL this commit attempts to improve the projection step 2016-01-18 14:27:58 +01:00
package_info/Polygon_mesh_processing Remove a space that confuses the script 2015-07-01 18:04:59 +02:00
test/Polygon_mesh_processing reorder parameters for consistency in PMP package 2016-01-11 12:20:45 +01:00
dont_submit do not publish remove_degenerate_faces that is not yet ready 2015-08-27 11:26:04 +02:00