Add parallelization to PMP_boolean_operation#9544
Open
LeoValque wants to merge 36 commits into
Open
Conversation
…nto PMP-bool_ops_parallellization
…nto AABB-add_paralllellization
…ntersection of meshes
…ersecting_primtives
…ough only one AABB traversal
…cific version for surface_mesh
afabri
reviewed
Jun 26, 2026
|
|
||
| #include <CGAL/AABB_tree.h> | ||
| #include <CGAL/AABB_traits_3.h> | ||
| #include <CGAL/Polyhedron_3.h> |
Member
There was a problem hiding this comment.
Suggested change
| #include <CGAL/Polyhedron_3.h> |
| #include <CGAL/IO/polygon_soup_io.h> | ||
| #include <CGAL/boost/graph/generators.h> | ||
|
|
||
| #include <CGAL/Polygon_mesh_processing/transform.h> |
| class PatchDescription, | ||
| class VertexPointMap, | ||
| class VertexPointMapOut, | ||
| // class EdgeMarkMapOut, |
| put(vpm_out, new_v, get(vpm_tm, v)); | ||
| output.set_halfedge(new_v, null_halfedge()); | ||
| }; | ||
| #ifdef CGAL_LINKED_WITH_TBB |
Member
There was a problem hiding this comment.
I am niot sure that it is a good idea that we assume that we can just do things in parallel.
| } | ||
|
|
||
|
|
||
| template <class EdgeToEdgeMap, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
Improve efficiency and add parallelization to functions PMP::corefine_and_compute_boolean_operations() (and all its variants).
Release Management