Commit Graph

106595 Commits

Author SHA1 Message Date
Andreas Fabri 43213ee0e8
Update Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Point_set_from_sampling_plugin.cpp
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2023-12-06 16:13:58 +01:00
Sébastien Loriot 63556d4faa use explicitly const meshes 2023-12-06 15:50:14 +01:00
Sébastien Loriot 560f02c921 add missing remove_const 2023-12-06 15:29:17 +01:00
Mael Rouxel-Labbé d7fc8b1c7c Merge remote-tracking branch 'mine/Mesh_3-Fix_NP_backward_compatibility-GF' into M3-params_errors 2023-12-06 15:24:18 +01:00
Sébastien Loriot 0ebc2bee42 remove the optional 2023-12-06 14:17:24 +01:00
Sébastien Loriot 4ecc6671dc increase precision of the result 2023-12-06 12:42:00 +01:00
Mael Rouxel-Labbé b4d465ce85 Add a test 2023-12-05 22:34:00 +01:00
Mael Rouxel-Labbé dd0cc2ee5c Fix a few copy-paste bugs 2023-12-05 22:15:01 +01:00
Sébastien Loriot 95825dba60 fix copy/paste errors 2023-12-05 18:11:27 +01:00
Jane Tournois d09e1fe00b add missing template 2023-12-05 18:08:53 +01:00
Jane Tournois f6a988664b add missing namespace 2023-12-05 18:08:15 +01:00
Jane Tournois 43b8b694d0 use is_in_complex() inside bigger condition 2023-12-05 17:32:54 +01:00
Jane Tournois d98a6233f0 collect features and use edge_is_constrained_map in demo code 2023-12-05 17:32:26 +01:00
Jane Tournois 1d5bef3906 use ordered pair 2023-12-05 17:29:24 +01:00
Jane Tournois 3584d3489d fix example name 2023-12-05 15:19:29 +01:00
Andreas Fabri bc1f43433e Polyhedron demo: Add sampling plugin 2023-12-05 14:17:38 +00:00
Jane Tournois a91f8d038e doc 2023-12-05 15:08:03 +01:00
Jane Tournois ef7ab56229 add missing using 2023-12-05 14:41:22 +01:00
Sébastien Loriot 95b6ef8d2e try working around a warning 2023-12-05 11:19:31 +01:00
Sébastien Loriot 3ebe548cad Revert "prevent out-of-bound warnings"
This reverts commit b87ecf7aab.
2023-12-05 11:18:13 +01:00
Jane Tournois 4ad8027db5 add example using edge_is_constrained_map in convert_to_triangulation_3 2023-12-05 11:16:06 +01:00
Jane Tournois a66999d932 fill the edge_is_constrained_map based on the c3t3 complex edges 2023-12-05 11:10:19 +01:00
Sébastien Loriot b87ecf7aab prevent out-of-bound warnings 2023-12-05 09:06:47 +01:00
albert-github ab2afb24ea Incorrect link to "Perturbations for Delaunay and weighted Delaunay 3D Triangulations"
The link for the document "Perturbations for Delaunay and weighted Delaunay 3D Triangulations" was in #7781 (based on #7762) changed but it is not available at he address "https://theses.hal.science/inria-00560388/" but at "https://hal.science/inria-00560388/".
(The other changes were correct).

Found in Triangulation_3/citelist.html
2023-12-04 16:34:45 +01:00
Jane Tournois 9c2eba3320 simplify example code using Boolean_property_map 2023-12-04 14:46:14 +01:00
Jane Tournois ac3f6e6892 improve the Mesh_3 log in demo 2023-12-04 13:09:22 +01:00
Mael Rouxel-Labbé 07f2f2912b Fix exit codes in benchmark scripts 2023-12-01 22:08:25 +01:00
Laurent Rineau 29c90e5eb4 Merge pull request #7902 from sloriot/CGALLab-fix_menu_filtering
Copy the buffer to allow modifications during iteration
2023-12-01 14:57:16 +01:00
Andreas Fabri f9e405f004 Adress warning 2023-12-01 11:20:12 +00:00
Sébastien Loriot a8c58f8747 copy the buffer to allow modifications during iteration 2023-12-01 11:52:20 +01:00
Jane Tournois 3fc14d8d56 use QDoubleValidator::fixup() in DoubleEdit::fixup()
with this version the user can write with scientific notation or
standard notation, using . or ,

Note that when input is invalid, value() returns 0
2023-12-01 11:22:39 +01:00
Jane Tournois 1ca77d32af fix DoubleEdit with Qt6
- let the user add as many digits as wanted (using -1 in setRange)
- use standard notation, not scientific (which was the default)
- comment QDoubleValidator::fixup that for some reason blocks the edition of the field
2023-12-01 10:23:44 +01:00
Jane Tournois 642ea59de7 add tooltip for bounds of approximation value 2023-12-01 10:21:57 +01:00
Mael Rouxel-Labbé fae9bcd5f1 Add some comments 2023-11-30 11:38:18 +01:00
Mael Rouxel-Labbé 6ad37cd2e6 Enable pocket purging by default
Reasoning is: this is what users expect.
2023-11-30 11:37:48 +01:00
Sébastien Loriot c7ab2ba750 fix include 2023-11-30 09:54:27 +01:00
Jane Tournois 8a4c99f19b remove unused variables
now there is only one possible sizing definition left, they have
become useless
2023-11-30 09:53:04 +01:00
Sebastien Loriot a207e3af2e
wrong header
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2023-11-30 09:35:56 +01:00
Sébastien Loriot fd37bc3a16 add missing include 2023-11-30 09:25:04 +01:00
Sebastien Loriot 9822b6b085
protect from macro substitution
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2023-11-30 09:20:53 +01:00
Sébastien Loriot bef0339671 fixes for edges entirely on the isoline 2023-11-29 17:43:17 +01:00
Laurent Rineau 120547bee7 Merge branch '5.6.x-branch' 2023-11-29 17:26:12 +01:00
Laurent Rineau 1672395b90 Merge pull request #7412 from HoffmannMichael/Kernel23-epic_trivial_constructions_doc-mh
Document exactness of constructions in Epick
2023-11-29 17:23:27 +01:00
Laurent Rineau 0744eba4bf Merge pull request #7754 from janetournois/Mesh_3-manifold_and_min_size-jtournois
Mesh_3 - use `manifold()` and `facet_min_size` together
2023-11-29 17:23:25 +01:00
Laurent Rineau f60994de9b Merge pull request #7783 from dfunke/ipelet_nng
Ipelet for k-nearest neighbor graph
2023-11-29 17:23:23 +01:00
Laurent Rineau 23e36487e1 Merge pull request #7816 from afabri/Parameterization-no_opennl-GF
Parameterization: cleanup
2023-11-29 17:23:20 +01:00
Laurent Rineau 3cdaeee778 Merge pull request #7841 from efifogel/Aos_2-fixes-efif
Aos_2 fixes, by Efi
2023-11-29 17:23:18 +01:00
Laurent Rineau a8b63aef7b Merge pull request #7843 from afabri/Scale_space-doc_fixes-GF
Scale_space_reconstruction: Doc Fixes
2023-11-29 17:23:16 +01:00
Laurent Rineau 95b83b1214 Merge pull request #7845 from puneetmatharu/patch-cgal-dont-override-build-testing
Patch usage of BUILD_TESTING to handle the case that CGAL is a subproject
2023-11-29 17:22:54 +01:00
Laurent Rineau a8b7cfbf37 Merge pull request #7849 from afabri/Filtered_kernel-Power_side_2-GF
Filtered_kernel: Add Power_side_of_oriented_power_circle_2.h
2023-11-29 17:18:58 +01:00