Commit Graph

113740 Commits

Author SHA1 Message Date
Sebastien Loriot 6e7bb4b51a
AW3: Use more iterations in tetrahedral remeshing example (#8903)
## Summary of Changes

The default iteration number (1) is too few for the remeshing algorithm
to produce something nice, given that we start from a rather nasty
triangulation at the end of alpha wrap.

![Screenshot From 2025-05-22
10-56-18](https://github.com/user-attachments/assets/d8225798-73a8-4445-815d-3310207b873d)

## Release Management

* Affected package(s): `Alpha_wrap_3`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): -
* License and copyright ownership: no change
2025-06-10 14:08:59 +02:00
Sebastien Loriot 50f59129e8
SMDS_3 - fix `output_to_vtu()` when `Subdomain_index` is `int` (#8926)
## Summary of Changes

This PR fixes issue #8901
that happened when `Subdomain_index` was an `int` (and probably anything
else than `double`)

## Release Management

* Affected package(s): SMDS_3
* Issue(s) solved (if any): fix #8901 
* License and copyright ownership: unchanged
2025-06-10 14:06:56 +02:00
Sebastien Loriot b00d1a7d6c
SMDS_3- `tet_soup_to_c3t3()` fix and test (#8925)
## Summary of Changes

There was a compilation error about
`tetrahedron_soup_to_triangulation_3()` when no named parameter was
given
It's fixed, and a test is added for different combinations of NP

## Release Management

* Affected package(s): SMDS_3
* License and copyright ownership: unchanged
2025-06-10 14:06:14 +02:00
Sebastien Loriot 6ade5c8c64
PMP - fix compilation of PMP::isotropic_remeshing with Epeck (#8922)
## Summary of Changes

This PR fixes issue #8916 

## Release Management

* Affected package(s): PMP
* Issue(s) solved (if any): fix #8916
* License and copyright ownership : unchanged
2025-06-10 14:02:47 +02:00
Sebastien Loriot 8e582373db
Remove double clear and take the link of vh and not the infinite vertex (#8923) 2025-06-10 13:55:00 +02:00
Laurent Rineau 094f49f611 add a precision about "manifold" 2025-06-10 11:57:52 +02:00
Andreas Fabri 569d3e5e55 Polygon_repair: Add overloads for Non_zero_rule 2025-06-10 10:40:19 +01:00
Jane Tournois 0ab9d3eebf Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
# Conflicts:
#	Installation/CHANGES.md
2025-06-10 11:18:38 +02:00
Jane Tournois a27694ad44 doc
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2025-06-10 09:58:34 +02:00
Sebastien Loriot 0fb70f5cd5
Spelling correction (#8927)
Spelling correction
2025-06-06 18:51:40 +02:00
albert-github a45762194c Spelling correction
Spelling correction
2025-06-05 18:12:05 +02:00
Jane Tournois 7600e30fd4 fix doxygen warnings 2025-06-05 17:01:56 +02:00
Jane Tournois 0e3778ff1a face/facet vocabulary
the np is now plc_face_id
where "face" stands for "polygon" as in FaceListGraph for example
2025-06-05 16:10:21 +02:00
Sebastien Loriot 30b3388446
New package: Frechet Distance (#8284)
## Summary of Changes

Add a new package computing the approximate Fréchet distance between two
polylines in dD under Euclidean metric, or decides if the distance is
smaller than a given value.

## Release Management

* Affected package(s): Frechet_distance
* Feature (if any):
[link](https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Frechet_Distance)
* License and copyright ownership:  MPI, GeometryFactory, cnrs(?)

## TODO:
- [x] check branch size (@sloriot)
- [x] Make it work with `Epick_d<Dimension_tag<2>>` @sloriot
2025-06-05 16:08:47 +02:00
Jane Tournois 1120750e0c add link and use html list 2025-06-05 15:11:18 +02:00
Jane Tournois 6a08b3bdc9 user manual (review Monique + new cross image) 2025-06-05 14:55:59 +02:00
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
Sébastien Loriot e816b145f5 undo namespace change 2025-06-05 10:38:13 +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