CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.93k stars 1.38k forks source link

Isotropic meshing: make it output sensitive #805

Open sloriot opened 8 years ago

sloriot commented 8 years ago

Right now the function is not output sensitive as all halfedges in the mesh are marked in the function tag_halfedges_status. There might be other places breaking the output sensitiveness.

I'm not sure this is a critical issue.

cc @janetournois

sloriot commented 7 years ago

In tangential_relaxation(), there is a loop on all vertices that should be only on the vertices in the input face range.

lrineau commented 7 years ago

I flag this issue with the milestone 4.10.1. Jane, once you start working on the issue, make sure your working branch is based on releases/CGAL-4.10-branch.

sloriot commented 7 years ago

It's clearly not for the upcoming release. I changed the milestone.

lrineau commented 7 years ago

I have reverted your change: 4.10.1 is the right milestone. It is not for 4.10, but in should be in the 4.10-branch