cgal/Polygon_mesh_processing/include/CGAL
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
..
Polygon_mesh_processing this commit attempts to improve the projection step 2016-01-18 14:27:58 +01:00
Polygon_mesh_slicer.h
Side_of_triangle_mesh.h Define connected component properly and introduce more doxygen groups 2015-11-07 11:45:03 +01:00
polygon_mesh_processing.h add missing includes 2015-12-29 16:55:28 +01:00