Commit Graph

108180 Commits

Author SHA1 Message Date
Jane Tournois 9a27b92a7d NP allow_move_functor from tangential_relaxation to isotropic_remeshing
this NP exists in tangential_relaxation() and we want to be able to
use it in the relaxation step, from the named parameters of isotropic_remeshing()
2024-04-18 12:50:20 +02:00
Laurent Rineau 621859b526 Rename Polyhedron demo to CGAL Lab
And announce it in the `CHANGES.md`.
2024-04-18 12:39:30 +02:00
Andreas Fabri 8f1086f050 move a using to avoid doxygen warning 2024-04-18 09:57:47 +01:00
Andreas Fabri 6158ffa63e fix comment in demo 2024-04-17 10:50:13 +01:00
Andreas Fabri 02dd6ad63d Fix warning in test 2024-04-17 08:05:22 +01:00
Andreas Fabri c8c67472b0 Add Mpwh::bbox() 2024-04-16 10:28:19 +01:00
Laurent Rineau eb07187e7d Merge pull request #8099 from lrineau/CGAL_Lab
CGAL Lab
2024-04-16 11:13:01 +02:00
Andreas Fabri 5d6874df85
Apply suggestions from code review
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2024-04-16 10:40:12 +02:00
Andreas Fabri 3effd785c4 Add transform to Polygon_with_holes and Multipolygon_with_holes 2024-04-16 09:05:50 +01:00
Andreas Fabri fcff28f0aa move() -> forward<>() 2024-04-16 08:22:23 +01:00
Andreas Fabri 267ab23599 remove typename 2024-04-16 08:22:05 +01:00
Andreas Fabri 2408df555a Add some using 2024-04-16 07:18:03 +01:00
Andreas Fabri 37740a9a2a Add smaller data set 2024-04-16 06:41:30 +01:00
Andreas Fabri 2af58ecea3 Make read_WKT() work with Multipolygon_with_holes 2024-04-15 18:45:05 +01:00
Efi Fogel eb330d6813 Fixed artifact by adiing uniformly distributed generated points in the sphere to the triangulations 2024-04-15 19:12:54 +03:00
Efi Fogel 92a213964b Added missing 'const' 2024-04-15 19:12:27 +03:00
Efi Fogel 89bfe4ba91 Merge remote-tracking branch 'cgal/master' into gsoc2023-aos_sphere_demo-denizdiktas 2024-04-15 19:11:21 +03:00
Andreas Fabri 92ccdbcc08 fix forward 2024-04-15 13:07:00 +01:00
Andreas Fabri 47ef1a2716 Use std::make_move_iterator() 2024-04-15 12:06:03 +01:00
Andreas Fabri ed70775ee9 Polygon_repair:: Use move semantics; Add Polygon_2::reserve() 2024-04-15 11:28:13 +01:00
Efi Fogel 5a7b89b9fd Suppress time events; fixed triangulation 2024-04-15 10:40:18 +03:00
Efi Fogel 0de06922ec Fixed construction of query point 2024-04-15 10:40:02 +03:00
Jane Tournois a8debb0d2d Revert "Fix sometimes creating holes in the C3T3"
This reverts commit 06d272169f.

There may be an inconsistency between exact and inexact computations,
in the facet encroachment rule

This code was leading to a local infinite refinement loop during cells refinement
2024-04-11 14:16:41 +02:00
Sébastien Loriot cfec3bb0cc fix values due to the diagonal change in degenerate triangulation 2024-04-11 11:44:35 +02:00
Sébastien Loriot 180dbaeb40 fix dependency updates 2024-04-11 09:51:34 +02:00
Sébastien Loriot 147b313cc8 also apply deterministic fix to polygon soup function 2024-04-11 09:36:16 +02:00
Sébastien Loriot ebe6d6719c precompute vectors 2024-04-11 08:55:10 +02:00
Sebastian Hegler 912f3f0162 read_OBJ: allow arbitrary whitespace in "f" lines 2024-04-10 21:36:58 +02:00
Miguel Bartelsman 3908e2da3e Update wlop_simplify_and_regularize_point_set.h documentation
The documentation for the named parameter `require_uniform_sampling` is incorrect. It is a copy of the documentation written for `number_of_iterations`.
2024-04-10 21:07:51 +02:00
Laurent Rineau b2c9201c4d Merge branch 'master' into CGAL_Lab 2024-04-10 18:30:22 +02:00
Laurent Rineau 32e34964e3 Merge branch '5.6.x-branch' 2024-04-10 18:04:42 +02:00
Laurent Rineau 4db6bc6d16 Merge pull request #6967 from gdamiand/gsoc2022-EBVs-Mostafa-ashraf19
GSoC'22: New CGAL's design to handle basic viewers
2024-04-10 18:04:25 +02:00
Laurent Rineau afad4a1c7e Merge pull request #8098 from efifogel/Installation-qt6-efif
Fixed order of Qt6 components in find_package(Qt6 ....)
2024-04-10 18:04:22 +02:00
Laurent Rineau 8d5984bd1b Merge pull request #8108 from lrineau/CGAL-simplify_cmake-GF
CMake: simplify, now that C++17 is required
2024-04-10 18:04:20 +02:00
Laurent Rineau a71a7352bf Merge pull request #8112 from efifogel/Ss_2-missing_headers-efif
Added missing headers
2024-04-10 18:04:18 +02:00
Laurent Rineau d7bf7dde55 Merge pull request #8119 from afabri/Polyline_simplification-doc_bug-GF
Polyline_simplification: fix documentation
2024-04-10 18:04:15 +02:00
Laurent Rineau 8053204c1b Merge pull request #8121 from MaelRL/CGAL-fix_dependencies-GF
Remove some needless dependencies
2024-04-10 18:04:13 +02:00
Laurent Rineau 35751442ee Merge pull request #8119 from afabri/Polyline_simplification-doc_bug-GF
Polyline_simplification: fix documentation
2024-04-10 18:02:53 +02:00
Sébastien Loriot 244123d93e access to property maps are const 2024-04-10 16:57:08 +02:00
Andreas Fabri d290ae3faa General_polygons_with_holes_2 remove plural s 2024-04-10 10:10:50 +01:00
Andreas Fabri 5892d10d68 Arrangement: Fix brief descriptions 2024-04-10 10:00:05 +01:00
Sébastien Loriot dc06506a04 fix a2b7a72752 2024-04-09 13:43:25 +02:00
Sébastien Loriot 6a1417d8ba trigger the update 2024-04-09 13:34:33 +02:00
Laurent Rineau 49ca51275a
Fix typos (#8118) 2024-04-08 16:10:23 +02:00
Sébastien Loriot 16782d1e8b do not depend on vertex order when opposite angles are identical 2024-04-08 15:46:48 +02:00
Laurent Rineau 4677ece3da Merge pull request #7712 from sloriot/BGL-dynamic_with_default
Adding a default to dynamic property maps
2024-04-05 14:25:20 +02:00
Laurent Rineau 708711e7a7 Merge pull request #8018 from janetournois/PMP-add_bbox_to_face_graph-jtournois
New function `PMP::add_bbox(face_graph)` that adds bbox to face graph
2024-04-05 14:25:17 +02:00
Laurent Rineau b41edd7ebc Merge pull request #8091 from afabri/Algrebraic_kernel-leak-GF
Algebraic_kernel_d: replace new/delete
2024-04-05 14:25:15 +02:00
Laurent Rineau 7199d91d9e Merge pull request #8096 from lrineau/CGAL-fix_dependencies-GF
fix dependencies
2024-04-05 14:25:10 +02:00
Laurent Rineau 568bacad91 Merge pull request #8103 from sloriot/CGAL-exact_backend_checks
Improve information on exact nt backend
2024-04-05 14:25:08 +02:00