Commit Graph

108180 Commits

Author SHA1 Message Date
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
Guillaume Damiand 91ecafd004 draw voronoi 2 2023-12-04 08:40:28 +01:00
Guillaume Damiand 1760fcf3f2 draw p2t2 2023-12-04 08:19:46 +01:00
Mael Rouxel-Labbé 07f2f2912b Fix exit codes in benchmark scripts 2023-12-01 22:08:25 +01:00
Guillaume Damiand 4684dc4f8e T2 and CDT2 draw 2023-12-01 18:02:09 +01:00
Guillaume Damiand 3aa6ad18b2 Bug fix for 2D mode in basic viewer 2023-12-01 18:02:09 +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
Guillaume Damiand e3497d08e0 draw ps2 2023-12-01 13:58:47 +01:00
Guillaume Damiand c1dd38e581 draw nef3 2023-12-01 13:21:50 +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
Guillaume Damiand a204073c08 draw t3 2023-12-01 10:00:03 +01:00
Guillaume Damiand 2c3428335b draw smt 2023-12-01 09:53:27 +01:00
Guillaume Damiand f70a2d30cd draw lcc 2023-12-01 09:06:54 +01:00
Sven Oesau afc5382c8c removed left-overs from debugging
bugfixes
2023-12-01 08:31:50 +01:00
Guillaume Damiand 310ad8e40c remove old file 2023-11-30 16:40:12 +01:00
Guillaume Damiand c53e24a84f draw straight_skeleton_2 2023-11-30 16:21:20 +01:00
Guillaume Damiand 2d256951cb Graphics_scene does not uses Qt 2023-11-30 16:21:08 +01:00
Sven Oesau 9115847ed4 added handling for rendering of non-triangular faces with ghost edges
ghost edges are not added to cdt in FacetTriangulator
mark_domain_in_triangulation is used to mark holes as external
2023-11-30 16:03:28 +01:00
Guillaume Damiand b8c5b1ca27 A (last) verification step for all draw functions (nyf). 2023-11-30 12:49:42 +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
Laurent Rineau a000007c8c fix the install of /include/CGAL/Qt 2023-11-29 23:50:24 +01:00
Guillaume Damiand f8a487d9ef update dependencies 2023-11-29 18:12:09 +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
Laurent Rineau 2cf5576eb8 Merge pull request #7858 from janetournois/Installation-ITK-jtournois
Installation - fix `CGAL_ITK_support`
2023-11-29 17:18:55 +01:00
Laurent Rineau 1740a2d0d7 Merge pull request #7869 from lrineau/Installation-fix_CMake_REGEXP_REPLACE-GF
CMake: fix incorrect use of string(REGEX REPLACE...)
2023-11-29 17:18:53 +01:00
Laurent Rineau fbc28fa3f4 Merge pull request #7871 from CGAL/dependabot/github_actions/actions/github-script-7
Bump actions/github-script from 6 to 7
2023-11-29 17:18:50 +01:00
Laurent Rineau bbf5d0d05b Merge pull request #7880 from sloriot/BGL-workaround_clang18_error
workaround error with clang++-18
2023-11-29 17:18:47 +01:00
Laurent Rineau d314e31e9e Merge branch '5.5.x-branch' into 5.6.x-branch 2023-11-29 17:16:16 +01:00
Laurent Rineau 19e4840023 Merge pull request #7869 from lrineau/Installation-fix_CMake_REGEXP_REPLACE-GF
CMake: fix incorrect use of string(REGEX REPLACE...)
2023-11-29 17:16:09 +01:00