Closed sloriot closed 2 years ago
As we had discussed it some days ago, the goal was more to have a chapter with several remeshing algorithms (based on Mesh_3, isotropic_remeshing,..).
This is a separate issue.
That would introduce a dependency from PMP to Mesh_3. I think that function should be introduced in Mesh_3, even if it uses the "PMP style" for its API (with named parameters).
If/When PMP is split (https://github.com/CGAL/cgal/issues/4302), a dependency on Mesh_3 in the "PMP_meshing" component would maybe be not so unnatural. (But that is not too close in the timeline.)
Initialization part also relevant for #921
The idea is to add a function in PMP that is a one-liner to remesh a polyhedral surface with options as named parameters.
This could include the sampling of connected components as option, sharp features as constrained edges, etc...