Commit Graph

109888 Commits

Author SHA1 Message Date
Sebastien Loriot fb4416fff5
typo 2024-08-12 18:10:40 +02:00
Sebastien Loriot 1f5d7fcbc0
Tet remeshing - remove assertion in Adaptive sizing field (#8378)
## Summary of Changes

The assertion is invalid (at least) when the function takes a far
vertex, inserted by parallel version of Mesh_3.

## Release Management

* Affected package(s): Mesh_3
* License and copyright ownership: unchanged
2024-08-12 14:52:35 +02:00
Jane Tournois fd498e398a fix approx_is_too_large(edge) that needs the corresponding curve_index to be valid
use minimal_size instead of 0

fix 5e64bced8e37ce076f26317e9ea7638a14c9696c

fix approx_is_too_large(edge) that needs the corresponding curve_index to be valid

and fix the default edge_min_size
2024-08-12 12:37:03 +01:00
Sébastien Loriot eeffa4b752 speed up copy_face_graph
mostly when tm is not empty and almost make it less
dependent on tm size
2024-08-12 09:44:43 +02:00
Laurent Rineau 6c54f77311 updated crontab (automated commit) 2024-08-10 17:28:48 +02:00
Andreas Fabri 12468ccf4a Address #8401 2024-08-09 11:32:26 +01:00
Laurent Rineau 0de76f0c82 updated crontab (automated commit) 2024-08-09 12:18:09 +02:00
Jane Tournois fa97ae8612 add missing not-nullptr check 2024-08-08 17:31:14 +02:00
Jane Tournois 4d38aa566e improve Mesh_3 log in demo 2024-08-08 17:30:22 +02:00
Jane Tournois 0bc3658893 use the 5 parameters version to avoid re-calling locate(p) and locate(q) 2024-08-08 15:28:09 +02:00
Jane Tournois f8de6e72b8 take min_size into account inside Mesh_edge_criteria_3 2024-08-08 15:26:59 +02:00
Nicolas Saillant bf10f945a9 Remove deprecated Qt version checks and unused code 2024-08-07 10:00:59 +02:00
Mael Rouxel-Labbé c1e5926e70 Add new Intersection_3 test cases 2024-08-06 10:36:09 +02:00
Mael Rouxel-Labbé 37eb0eaa17 Tentative fix for L3R3 do_intersect 2024-08-06 10:36:02 +02:00
Andreas Fabri ff89ba08ad Deal with duplicate lines 2024-08-06 08:06:41 +01:00
Nicolas Saillant 3c56db979d Improve third party libraries display toggle functionality 2024-08-05 15:59:53 +02:00
Nicolas Saillant 565d5413b0 Restructure third party libraries in a table format 2024-08-05 15:51:05 +02:00
Jane Tournois 76de0f3f8c this assertion is invalid
it would break for example when the function takes a far vertex, inserted by
parallel version of Mesh_3
2024-07-25 12:18:39 +02:00
Sébastien Loriot 569b9ebe4a Merge pull request #8370 from sloriot/Kinetic-extra_macro
Remove extra macro definitions
2024-07-23 17:21:03 +02:00
Sébastien Loriot f02748b9b6 Merge pull request #8368 from sloriot/Lab-unused_file
Remove file unused
2024-07-23 17:20:58 +02:00
Sébastien Loriot f6936400cc Merge pull request #8366 from sloriot/BGL-hx_param
Restore order of template parameters
2024-07-23 17:20:52 +02:00
Sébastien Loriot 29d9e5a2aa Merge pull request #8349 from mglisse/Triangulation-pasto-glisse
Pasto in TDS
2024-07-23 17:20:43 +02:00
Sébastien Loriot ef90806d2d Merge pull request #8342 from albert-github/feature/issue_8334
issue #8334 Incorrect example in "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt"
2024-07-23 17:20:38 +02:00
Sébastien Loriot e8d353ab0b Merge pull request #8341 from sloriot/PMP-fix_init_snap
Fix initialization for partial hedge range
2024-07-23 17:20:33 +02:00
Sébastien Loriot 4fbb66a40d Merge pull request #8337 from MaelRL/Kernel_23-Compare_angles-GF
Add Compare_angle_3 overload and missing global functions / doc
2024-07-23 17:20:26 +02:00
Sébastien Loriot 62de71bcfb Merge pull request #8331 from albert-github/feature/bug_cgal_stylesheet
Remove hardcoded extrastylesheet code
2024-07-23 17:20:20 +02:00
Sébastien Loriot 3b4349cfbb Merge pull request #8326 from albert-github/feature/bug_missing_cite
Missing citation command
2024-07-23 17:20:10 +02:00
Sébastien Loriot cc92ac6766 Merge pull request #8325 from albert-github/feature/bug_link_msri
Incorrect link to book at msri
2024-07-23 17:19:57 +02:00
Sébastien Loriot 5c4dd68b4c Merge pull request #8324 from albert-github/feature/issue_8323
issue #8323 Incorrect link to https://github.com/norlab-ulaval/libpointmatcher/blob/master/doc/CompilationWindows.md
2024-07-23 17:19:43 +02:00
Sébastien Loriot 0b746dde0b Merge pull request #8319 from albert-github/feature/issue_8318
issue #8318 Double bibliography reference
2024-07-23 17:19:12 +02:00
Sébastien Loriot 444a692df5 Merge pull request #8310 from albert-github/feature/spell_20240625
Spelling corrections
2024-07-23 17:19:01 +02:00
Sébastien Loriot 3a0e644ab7 Merge pull request #8294 from MaelRL/Lab-Add_add_face_from_selection-GF
Lab: Add an operation to create triangle faces from vertex selections
2024-07-23 17:18:41 +02:00
Sébastien Loriot afb78c35be Merge pull request #8291 from sloriot/Lab-improve_gen_polylines
Improve generation of polylines
2024-07-23 17:18:31 +02:00
Sébastien Loriot 630e58f484 Merge remote-tracking branch 'cgal/5.6.x-branch' 2024-07-23 17:18:09 +02:00
Sébastien Loriot 31c82ba197 Merge pull request #8301 from soesau/Shape_detection-Deprecated_traits-GF
Shape_detection: Removing leftover from deprecated Shape_detection_traits
2024-07-23 17:17:01 +02:00
Sébastien Loriot 2ce800a49d Merge pull request #8283 from afabri/T3-namespace-GF
T3/T2/PT: Add namespace to classes in concepts
2024-07-23 17:16:45 +02:00
Sébastien Loriot 1332ce30fb Merge pull request #8330 from tylermorganwall/tylermorganwall-patch-issue-8313
Fix clang/llvm 19 compilation issue in iterator.h (issue #8313)
2024-07-23 17:16:04 +02:00
Sébastien Loriot f93cb3c552 Merge branch 'cgal/5.5.x-branch' into 'cgal/5.6.x-branch' 2024-07-23 17:15:05 +02:00
Sébastien Loriot b364ff65ca Merge pull request #8371 from sloriot/Nef_3-draw_typo
fix copy/paste error
2024-07-23 17:09:47 +02:00
Sébastien Loriot b0054fb967 Merge pull request #8367 from sloriot/Nef_3-isolated_vert_in_input
Be resilient to isolated vertices
2024-07-23 17:09:42 +02:00
Sébastien Loriot 747e6a5fd7 Merge pull request #8365 from sloriot/BGL-doc
Workaround missing links
2024-07-23 17:09:37 +02:00
Sébastien Loriot 6144f4ca8d Merge pull request #8360 from lrineau/pr/tylermorganwall/8330
Fix clang/llvm 19 compilation issue in iterator.h (for 5.5.x-branch)
2024-07-23 17:09:34 +02:00
Jane Tournois 5771547e36 replace typedef's by using's 2024-07-23 10:56:46 +02:00
Jane Tournois a93f78d8ad remove debug macros 2024-07-23 10:18:40 +02:00
Jane Tournois 47b5f73a96 document example weighted image + feature detection 2024-07-23 10:18:27 +02:00
Sébastien Loriot 4adcbe42b7 fix copy/paste error 2024-07-22 18:16:50 +02:00
Sébastien Loriot d51a347393 remove extra macro definitions 2024-07-22 17:14:22 +02:00
Sébastien Loriot 1f316e82fd better doc fixes 2024-07-22 17:10:38 +02:00
Sébastien Loriot ffa8c0eac6 also workaround link issue in the user manual 2024-07-22 15:48:28 +02:00
Sébastien Loriot 2d67765426 remove tmp file generated 2024-07-22 15:24:17 +02:00