cgal/Polygon_mesh_processing
Jane Tournois d61cf58f2f add ISOLATED_CONSTRAINT halfedge status
this type is needed for edges that are part of the input constrained
edges property map, and are incident to a face to be remeshed only by a
vertex.
These edges contribute to creating corner vertices (incident to >= 3
constrained edges), but should still not be considered as patch borders

without dealing with these "isolated constraints", the corner vertices that
are incident to 2 patch borders and 1 of these edges was not considered
as a corner but as a simple patch border vertex, hence it could be
moved/deleted by a collapse or relaxation steps
2021-04-13 15:20:21 +02:00
..
benchmark/Polygon_mesh_processing fix macro name to be consistent with find_package 2021-01-15 10:43:34 +01:00
doc/Polygon_mesh_processing Update doc about NPs 2020-04-05 17:56:11 +02:00
examples/Polygon_mesh_processing Merge pull request #5355 from sloriot/CGAL-boost_function_output-5.1 2021-01-21 16:09:39 +01:00
include/CGAL add ISOLATED_CONSTRAINT halfedge status 2021-04-13 15:20:21 +02:00
package_info/Polygon_mesh_processing
test/Polygon_mesh_processing fix macro name to be consistent with find_package 2021-01-15 10:43:34 +01:00