Commit Graph

113706 Commits

Author SHA1 Message Date
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
Laurent Rineau 525818744a use rsync instead of scp 2025-05-30 20:50:48 +02:00
Jane Tournois 1f3e98abac replace face_patch_map with plc_face_id
the patches actually correspond to PLC faces,
which must be planar, and do not match the "face patches"
of PMP::isotropic_remeshing for example

+ add a np to CGAL::IO::write_MEDIT(ccdt) to save the corresponding PLC ids,
or just "1" everywhere as patch id
2025-05-30 16:52:00 +02:00
Andreas Fabri 993d3fdfd8 Algebraic Foundations: Typo 2025-05-30 15:36:08 +01:00
Andreas Fabri 0ccbfc4c78 Use functor to compute squared distance 2025-05-30 14:48:39 +01:00
Andreas Fabri 1d9c91e73f cleanup 2025-05-30 14:25:12 +01:00
Jane Tournois bbc534f0b3 wip review monique round 5 2025-05-30 14:57:45 +02:00
Laurent Rineau f4a9526ac2 Merge remote-tracking branch 'refs/remotes/cgal/master'
# Conflicts:
#	STL_Extension/include/CGAL/Compact_container.h
#	STL_Extension/include/CGAL/Concurrent_compact_container.h
2025-05-30 12:30:30 +02:00
Laurent Rineau 8145708ae5 Merge remote-tracking branch 'cgal/6.0.x-branch'
Conflicts:
	STL_Extension/include/CGAL/Compact_container.h
	STL_Extension/include/CGAL/Concurrent_compact_container.h
2025-05-30 12:27:15 +02:00
Andreas Fabri 060a02812c cleanup 2025-05-30 10:56:29 +01:00
Andreas Fabri 59e7d89f6b Do cleanup as suggested by @mglisse 2025-05-30 09:16:52 +01:00
Laurent Rineau 4b4e504a21
refactor testsuite scripts, and fix scp/rsync (#8910)
refactor testsuite scripts, and fix scp/rsync

- simplified handling of curl/wget, and scp
- use rsync if possible, to choose the remove file mode
2025-05-30 09:55:57 +02:00
Sébastien Loriot 9535886c06 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-05-30 08:28:11 +02:00
Laurent Rineau e955df4e28 fix the example 2025-05-28 10:21:38 +02:00
Laurent Rineau ed67a04c70 add a script to install GF test machines 2025-05-27 20:58:51 +02:00
Sebastien Loriot b18866d30a
Restore erase counter after destroy/creation (6.0.x) (#8898)
6.0.x version of #8820
2025-05-27 19:54:08 +02:00
Laurent Rineau bdd7988a4a remove CMake warnings about CMP0167
The issue was when VTK/ITK was searched. The
variable `CMAKE_POLICY_DEFAULT_CMP0167` can be
used to workaround that.
2025-05-27 13:02:04 +02:00