Skip to content
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

Autorefinement: insert points in edge to avoid filter failures #8023

Merged
merged 15 commits into from
Feb 28, 2024

Conversation

sloriot
Copy link
Member

@sloriot sloriot commented Feb 8, 2024

Collect intersection points on edges and in faces to use CDT dedicated functions.
Also add structural filtering with projection traits and restore "classical" projection traits for testing.

@sloriot sloriot added Under Testing Batch_1 First Batch of PRs under testing TODO and removed Under Testing labels Feb 13, 2024
@sloriot
Copy link
Member Author

sloriot commented Feb 16, 2024

Successfully tested in CGA-6.0-Ic-173 (but TODOs remaining)

@sloriot sloriot added Under Testing and removed TODO Batch_1 First Batch of PRs under testing labels Feb 16, 2024
@sloriot
Copy link
Member Author

sloriot commented Feb 20, 2024

There are some runtime errors in CGAL-6.0-Ic-176

This reverts commit a57800c.

points vector of Triangle_data can be updated when intersecting
new intersection points. If the container is used at the same time
by another thread calling generate_subtriangles, the container might
be in an invalid state while resizing it.
@sloriot
Copy link
Member Author

sloriot commented Feb 28, 2024

Successfully tested in CGAL-6.0-Ic-181

@lrineau lrineau self-assigned this Feb 28, 2024
@lrineau lrineau added this to the 6.0-beta milestone Feb 28, 2024
@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 28, 2024
@lrineau lrineau merged commit 820465a into CGAL:master Feb 28, 2024
9 checks passed
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 28, 2024
@lrineau lrineau deleted the PMP-soup_autoref_insert_in_edge branch February 28, 2024 10:11
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