Commit Graph

113895 Commits

Author SHA1 Message Date
Laurent Rineau 80054315e3 rename a typo 2025-04-25 10:12:27 +02:00
Jane Tournois 0c865cdfad use the generic sentence also for IsDegenerate_3 2025-04-25 09:30:51 +02:00
Laurent Rineau 1add4ff3c3 Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau 2025-04-25 09:00:14 +02:00
Laurent Rineau 52fff7401a add missing data file 2025-04-25 09:00:01 +02:00
Andreas Fabri f75ddf8eda less abs() calls 2025-04-24 21:48:35 +01:00
Sébastien Loriot 3d2edeab55 Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-04-24 20:45:32 +02:00
Sébastien Loriot cb747e8201 Merge pull request #8721 from sloriot/PMP-new_clip
Add refine_with_plane and new fast clip method
2025-04-24 20:43:26 +02:00
Sébastien Loriot 946472addd fix license checking headers 2025-04-24 20:32:59 +02:00
aminkhalsi 96a13740e8 review fix 2025-04-24 18:46:14 +01:00
Laurent Rineau 0db1be0ec8 register the new example in the documentation 2025-04-24 17:44:01 +02:00
Laurent Rineau 596a54e80b Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau 2025-04-24 17:40:32 +02:00
Laurent Rineau e3478fed98 add an example polygon soup with face patch map 2025-04-24 17:39:24 +02:00
Jane Tournois 1524845269 add the requirements for Gt of Projection_traits_3<Gt>
and a new concept ProjectionTraitsGeometricTraits_3
2025-04-24 15:04:54 +02:00
Andreas Fabri 9e588e9b1a fabs > CGAL::abs 2025-04-24 13:57:51 +01:00
Andreas Fabri a9621595e5 Fixed code for 6D. For 100K points: 133 instead of 239 sec 2025-04-24 13:42:44 +01:00
Laurent Rineau c3bf6f945b Andreas is right: it should be `int` 2025-04-24 12:57:51 +02:00
Jane Tournois 88c7abd0b8 remove unused types,
and types already available in TriangulationTraits_3
and DelaunayTriangulationTraits_3
2025-04-24 12:56:47 +02:00
Laurent Rineau 17c749f44f face_patch_map for polygon soups 2025-04-24 12:56:33 +02:00
Andreas Fabri 717f6aff44 Add benchmark and static filter for 6D 2025-04-24 10:32:25 +01:00
Andreas Fabri e45f8faaa7 typo 2025-04-24 09:24:32 +01:00
Sébastien Loriot c75cc8aabd FPG output for the orientationC6 2025-04-24 10:23:25 +02:00
Andreas Fabri 3d0a5e54a2 Add source of Orientation_6 for FPG 2025-04-24 09:19:00 +01:00
Sebastien Loriot 9d40c5209c
workaround API change in QT 6.9 (#8859)
Working around `qstring::arg()` API change in Qt 6.9

should fix:

https://cgal.geometryfactory.com/CGAL/testsuite/summary-6.1-I-135.html?package=Lab_Demo
2025-04-24 09:49:26 +02:00
Andreas Fabri 90a376de17 Add to package description 2025-04-24 08:39:07 +01:00
Sebastien Loriot c0b3724447
Triangulation: Fix Typos (#8837)
## Summary of Changes

Fix typos. 

### Todo

- [x] The documentation of policy classes is missing but they are
referenced in the manual. (done in eef2bea)

## Release Management
* Affected package(s):  Triangulation
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership:  unchanged
2025-04-24 09:32:31 +02:00
Andreas Fabri eef2bea7b1 Add doc for storage policies 2025-04-24 08:11:39 +01:00
Andreas Fabri f147e0f0cc Use TDS_full_cell_mirror_storage_policy 2025-04-23 20:54:42 +01:00
Andreas Fabri d9c4f603ee const& 2025-04-23 17:47:47 +01:00
Andreas Fabri 9f07b04778 Replace queue with stack<T,Vector<T>> in insert_in_tagged_hole. static/data member would give even more speed 2025-04-23 17:41:25 +01:00
Andreas Fabri 0e61fdc8e1 vector for visited cells 2025-04-23 15:44:20 +01:00
Andreas Fabri 41ecef0fa3 Add macro for disabling filtering CGAL_NO_STATIC_FILTER_5 2025-04-23 14:51:31 +01:00
Andreas Fabri 23526e4c3b Static filter works but is slower than unfiltered :< 2025-04-23 14:23:54 +01:00
Sébastien Loriot 1c07d4c3b4 FPG generated version 2025-04-23 14:55:29 +02:00
Andreas Fabri f747db2774 rewrite predicate 2025-04-23 13:48:57 +01:00
Sébastien Loriot ce2c04600e fix default value (doc bug) 2025-04-23 13:19:59 +02:00
Andreas Fabri 2d0dfd2822 Compiles but segfault 2025-04-23 11:53:03 +01:00
Andreas Fabri b9f983a515 Add static filter for Orientation_5 2025-04-23 11:00:43 +01:00
Sebastien Loriot 92aaacfcab
Remove bad offset initialization (#8848)
## Release Management

* Affected package(s): `Periodic_3_mesh3`
* Issue(s) solved (if any):  -
* Feature/Small Feature (if any): n/a
* License and copyright ownership: no change
2025-04-23 11:44:04 +02:00
Sébastien Loriot e622f3e03e replace with FPG generated code 2025-04-23 11:08:12 +02:00
Sébastien Loriot f21e9b18ba update predicate source 2025-04-23 11:07:38 +02:00
Andreas Fabri 8cacb534a5 needs one more point 2025-04-23 09:42:15 +01:00
Andreas Fabri e79ee242bd Add code for FPG of Orientation_5 2025-04-23 09:37:39 +01:00
Laurent Rineau 8fc4c928a3 improve user manual of CDT_3 2025-04-23 09:13:07 +02:00
Sébastien Loriot 4863704023 workaround API change in QT 6.9 2025-04-22 20:49:10 +02:00
Jane Tournois e26c6ade83 wip triangulation traits 2025-04-22 18:37:17 +02:00
Jane Tournois 826003ed2e hardly disable debug_2D_traverser test 2025-04-22 16:57:14 +02:00
Jane Tournois 4a1fa1a2d8 rename concept headers 2025-04-22 16:46:32 +02:00
Andreas Fabri 02dc855e8d Address conversion warning 2025-04-22 15:02:40 +01:00
Jane Tournois 695f2903bb move tests from T3 to CT3 2025-04-22 12:08:10 +02:00
Laurent Rineau 99237a3ddf Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau 2025-04-21 16:07:04 +02:00