Commit Graph

113509 Commits

Author SHA1 Message Date
Jane Tournois f0715a5216 add links in user manual about examples, and smooth readability of examples 2025-06-05 12:35:48 +02:00
Jane Tournois 4f74701eee add link to CGAL::IO::write_MEDIT(ccdt) 2025-06-05 11:50:59 +02:00
Jane Tournois 0513684508 orient shchonardt 2025-06-05 11:23:25 +02:00
Jane Tournois af7bbc6493 fix conversion warning 2025-06-05 09:58:05 +02:00
Jane Tournois 00c70004ec fix conversion warning (difference_type must be signed) 2025-06-04 16:17:06 +02:00
Sébastien Loriot 616ce1b0d7 Merge remote-tracking branch 'cgal/6.0.x-branch' into `cgal/master` 2025-06-04 16:00:21 +02:00
Sebastien Loriot a3d14b0491
AABB: Fixing 2D closest point for circles (#8891)
## Summary of Changes

`AABB_tree::closest_point()` for circles may provide wrong points if a
certain hints are provided.
See https://gist.github.com/MaelRL/3d33fa83f0eea80c94da0966bb425f3a

`do_intersect_circle_iso_rectangle_2()` considers inclusion not as in
intersection

## Release Management

* Affected package(s):  Filtered_kernel, Intersections_2
2025-06-04 15:59:38 +02:00
Sébastien Loriot 0d03e17d62 fix permission 2025-06-04 15:12:32 +02:00
Jane Tournois 3ab0737d4f fix output_to_vtu() when Subdomain_index is int 2025-06-04 15:06:43 +02:00
Sebastien Loriot a24a2b05b3
Thirdparty: bugfix for libpointmatcher (#8918)
## Summary of Changes

Added support for latest version of libpointmatcher.
Updated doc as libpointmatcher uses the deprecated boost/timer.hpp which
can cause a compilation error when building the library.

There is a PR at libpointmatcher to fix the deprecation bug since
months, but it still needs to be reviewed.

## Release Management

* Affected package(s): Installation
2025-06-04 14:59:38 +02:00
Sébastien Loriot 6444b9a0d0 Merge pull request #8890 from afabri/PMP-stitch_deterministic-GF
PMP: Make stitch_borders() deterministic
2025-06-04 14:56:33 +02:00
Sébastien Loriot d5c8d87ad2 Merge pull request #8906 from albert-github/feature/bug_table_inconsistency
Warnings during table generation in documentation
2025-06-04 14:56:21 +02:00
Sébastien Loriot e0386b6aac Merge pull request #8908 from soesau/PSP3-Poisson_eliminate_hide_internal_doc-GF
PSP3: Hide internal of poisson_eliminate in documentation
2025-06-04 14:55:57 +02:00
Sébastien Loriot f08af48ad0 Merge pull request #8915 from afabri/Algebraic-subsections-GF
Algebraic Foundations: Turn subsection to subsubsection
2025-06-04 14:55:48 +02:00
Sébastien Loriot 99a45f9189 Merge pull request #8917 from afabri/Triangulation_3-fix_doc_RT3_cell_base-GF
Triangulation_3: Documentation fixes
2025-06-04 14:55:43 +02:00
Sébastien Loriot 8e8024af30 Merge pull request #8919 from sloriot/STL_Extension-CC_avoid_warning
Fix warning: avoid copy
2025-06-04 14:55:37 +02:00
Jane Tournois 4064e859c1 add a test for tetrahedron_soup_to_triangulation_3() 2025-06-04 11:41:11 +02:00
Jane Tournois e059b75b6c fix compilation when tetrahedron_soup_to_triangulation_3() is called without NP 2025-06-04 10:44:35 +02:00
Sébastien Loriot 38d88b168d remove double clear and take the link of vh and not the infinite vertex 2025-06-04 09:40:17 +02:00
Léo Valque 7a6fbd132b remove unused functor in Segment_3_segment_3 2025-06-04 09:13:41 +02:00
Laurent Rineau 08d39c959f bug-fix for Thingi-79020 2025-06-04 01:08:04 +02:00
Laurent Rineau 7a2f548768 a lambda function to factorize a piece of code 2025-06-04 00:52:38 +02:00
Laurent Rineau 161a313109 fix the move semantic of Constrained_triangulation_plus_2
The comparison functor passed to the constraints hierarchy has a
pointer to the `Constrained_triangulation_plus_2` that contains it.
That means the defaulted move constructor and move assignment operator of `Polyline_constraint_hierarchy_2` cannot be used to
implement the move constructor and move assignment operator of
`Constrained_triangulation_plus_2`.

Add a special constructor for `Polyline_constraint_hierarchy_2`, that is
usee to move the hierarchy and reassign the comparison operator.
2025-06-04 00:51:02 +02:00
Léo Valque 93b0d42e40 add include to compare in Distance_3/Point_3_Point_3 2025-06-03 18:28:08 +02:00
Léo Valque b9b098604e add namespace specification for the issue with leda 2025-06-03 18:28:08 +02:00
Laurent Rineau 2abdb4e6e4 fix the Doxygen link 2025-06-03 17:02:31 +02:00
Laurent Rineau 2cb68b7ce0 minor rephrases in the documentation 2025-06-03 16:59:11 +02:00
Jane Tournois 2bf182a302 add example to user manual and use plc_facet_id in output 2025-06-03 14:51:44 +02:00
Jane Tournois 4c462898a8 fix compilation of PMP::isotropic_remeshing with Epeck
and add a test to avoid future regressions
2025-06-03 14:06:11 +02:00
Andreas Fabri 4cb8fb2ba9 Fix in cicumcenter() 2025-06-03 12:43:24 +01:00
Jane Tournois a910785202 keep on renaming NP and examples + document all examples
_from_soup.cpp's name was too long for msvc
2025-06-03 11:22:35 +02:00
Jane Tournois 1afaad6fdf use right named parameter name 2025-06-03 10:57:44 +02:00
Jane Tournois a75ddb4ba1 replace input with triangle mesh 2025-06-03 09:25:45 +02:00
Laurent Rineau 4dfbdea53d first time this script is actually used... 2025-06-02 19:36:27 +02:00
Sébastien Loriot 503b259c71 fix warning: avoid copy 2025-06-02 19:19:42 +02:00
Sébastien Loriot 99c70b1ef2 fix doc errors 2025-06-02 19:03:19 +02:00
Laurent Rineau cd798cc6eb add cgaltest in docker group 2025-06-02 18:54:16 +02:00
Jane Tournois 2c06c028cf fix example 2025-06-02 17:04:05 +02:00
Sven Oesau 920b32fef2 bugfix for libpointmatcher to support latest version 2025-06-02 16:13:00 +02:00
Jane Tournois c1bc60b067 rename example and change it to use planar patches
instead of patches that are separated by sharp edges (which may be non planar)
2025-06-02 15:41:07 +02:00
Andreas Fabri ebabf5ac66 lowercase Object as it refers to the param of the function lock() 2025-06-02 14:32:12 +01:00
Andreas Fabri 011ddb8507 Triangulation_3: Documentation fixes 2025-06-02 14:09:11 +01:00
Jane Tournois fa45ad8943 rename example according to np `plc_facet_id` 2025-06-02 12:54:57 +02:00
Jane Tournois 19f10ea890 rename plc_face_id to plc_facet_id 2025-06-02 12:49:03 +02:00
Jane Tournois 08e0d6b839 replace face by facet wherever it makes sense 2025-06-02 12:15:39 +02:00
Jane Tournois 9efcb22083 fix include 2025-06-02 12:12:15 +02:00
Jane Tournois 2145617b2c replace assertion with exception 2025-06-02 12:03:23 +02:00
Jane Tournois ab8fed4841 use try/catch to pre-catch non-planar PLC facets when CDT_2 fails 2025-06-02 11:22:38 +02:00
Laurent Rineau 8a25dea52d Merge branch '6.0.x-branch'
# Conflicts:
#	Scripts/developer_scripts/run_testsuite_with_ctest
2025-05-30 20:53:53 +02:00
Laurent Rineau 0a8ca42680 Merge branch '5.6.x-branch' into 6.0.x-branch 2025-05-30 20:51:15 +02:00