Skip to content

Add do_snap parameter to PMP::autorefine_triangle_soup #8744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 114 commits into from
Jun 26, 2025

Conversation

LeoValque
Copy link
Contributor

@LeoValque LeoValque commented Feb 17, 2025

Summary of Changes

The PR adds the do_snap parameter to autorefine_triangle_soup(). When set to true, the coordinates are rounded to fit in double with additional subdivisions, preventing any self-intersections from occurring.

Todo

  • Add to change log

Release Management

  • Affected package(s): PMP
  • Issue(s) solved (if any):
  • Feature/Small Feature (if any): link
  • Link to compiled documentation (obligatory for small feature) wrong link name to be changed
  • License and copyright ownership: GeometryFactory

@sloriot
Copy link
Member

sloriot commented Feb 17, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

@LeoValque
Copy link
Contributor Author

do you suggest to create a new function apply_iterative_snap_rounding() or simply to rename the parameter do_snap to apply_iterative_snap_rounding ?

@sloriot
Copy link
Member

sloriot commented Feb 17, 2025

do you suggest to create a new function apply_iterative_snap_rounding() or simply to rename the parameter do_snap to apply_iterative_snap_rounding ?

renaming the named parameter, provided Mael thinks it is a better name too.

@afabri
Copy link
Member

afabri commented Feb 17, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

I do not like an apply_ prefix. Did you have a look at the existing function for 2D

@sloriot
Copy link
Member

sloriot commented Feb 17, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

I do not like an apply_ prefix. Did you have a look at the existing function for 2D

note that's a named parameter, not a free function

@sloriot
Copy link
Member

sloriot commented Feb 17, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

I do not like an apply_ prefix. Did you have a look at the existing function for 2D

note that's a named parameter, not a free function

there is already the named parameter : apply_per_connected_component()

@MaelRL
Copy link
Member

MaelRL commented Feb 18, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

OK, but I also meant the function snap_polygon_soup(): even if it's internal, best to still avoid naming similarities.

@MaelRL MaelRL added Not yet approved The feature or pull-request has not yet been approved. Small feature labels Feb 18, 2025
@MaelRL MaelRL added this to the 6.1-beta milestone Feb 18, 2025
@sloriot
Copy link
Member

sloriot commented Feb 18, 2025

What do you think of apply_iterative_snap_rounding() ? cc @MaelRL

OK, but I also meant the function snap_polygon_soup(): even if it's internal, best to still avoid naming similarities.

for that one it could be internal::polygon_soup_snap_rounding()

@sloriot
Copy link
Member

sloriot commented Feb 19, 2025

/Users/magritte/cgal_root/CGAL-6.1-Ic-91/include/CGAL/Polygon_mesh_processing/internal/snap_polygon_soup.h:138:13: warning: unused variable 'pm' [-Wunused-variable]
/Users/magritte/cgal_root/CGAL-6.1-Ic-91/include/CGAL/Polygon_mesh_processing/internal/snap_polygon_soup.h:136:9: warning: unused type alias 'GT' [-Wunused-local-typedef]
/mnt/testsuite/include/CGAL/Polygon_mesh_processing/internal/snap_polygon_soup.h:223:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]

and PMP examples fully red https://cgal.geometryfactory.com/CGAL/testsuite/summary-6.1-Ic-91.html?package=Polygon_mesh_processing_Examples

@afabri afabri added pre-approved For pre-approved small features. After 15 days the feature will be accepted. and removed Not yet approved The feature or pull-request has not yet been approved. labels May 20, 2025
@sloriot sloriot added Accepted small feature Tested and removed pre-approved For pre-approved small features. After 15 days the feature will be accepted. Under Testing labels Jun 10, 2025
@sloriot
Copy link
Member

sloriot commented Jun 10, 2025

Successfully tested in CGAL-6.1-Ic-170

@github-actions github-actions bot removed the Tested label Jun 10, 2025
Copy link

This pull-request was previously marked with the label Tested, but has been modified with new commits. That label has been removed.

@sloriot sloriot force-pushed the PMP_triangle_soup_rounding-GF branch from fdaac8c to f0464a9 Compare June 10, 2025 16:29
@sloriot
Copy link
Member

sloriot commented Jun 26, 2025

Successfully tested in CGAL-6.1-Ic-184

@sloriot sloriot merged commit 27a7cef into CGAL:master Jun 26, 2025
1 check passed
@sloriot sloriot deleted the PMP_triangle_soup_rounding-GF branch June 26, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants