Tet remeshing for CCDT_3#9522
Draft
janetournois wants to merge 70 commits into
Draft
Conversation
+ cosmetic changes about debug message, or "typedefs"
- do not try to support C++20 modules (to speed up compilations) - factorize the uses of `std::chrono::*` in dedicated functions with shorter names - add a namespace in the `.cpp` file, to avoid conflicts with any C-header (in my case it was the identifier `clock`, defined as a function by `<time.h>`)
(`n` is the number of constrained edges)
…_only_in_volume-GF
split `dump_link_mesh_of_vertex_to_ply` into 3 functions
- `collect_star_components_facets`` returns more information - and it is called with an incident constrained facet of `v`
Now the debug outputs about moving Steiner vertices are correctly protected and indented.
…_only_in_volume-GF
Now that I have added an extended bbox, Steiner vertices cannot be on the convex hull.
The code now uses `<CGAL/Polygon_mesh_processing/kernel.h>`.
the case where the 2 endpoints belong to different surfaces patches was not treated
and replace the code of add_bbox_points to set the vertex type + add BBOX to vertex types
janetournois
force-pushed
the
Tet_remeshing-for_CCDT_3-jtournois
branch
from
June 15, 2026 10:55
ab2c71a to
5586860
Compare
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.
Please use the following template to help us managing pull requests.
Summary of Changes
Describe what your pull request changes to CGAL (this can be skipped if it solves an issue already in the tracker or if it is a Feature or Small Feature submitted to the CGAL Wiki).
Release Management