Laurent Rineau
|
66c1b9b9e0
|
fix a compilation error detected locally by CTest
|
2024-04-19 16:46:12 +02:00 |
Laurent Rineau
|
78f98041c6
|
add a comment
|
2024-04-19 16:45:49 +02:00 |
Andreas Fabri
|
dfa0a124cd
|
Update Polygon/include/CGAL/Multipolygon_with_holes_2.h
|
2024-04-19 11:29:19 +02:00 |
Andreas Fabri
|
31018d0a50
|
Apply the rule of five
|
2024-04-19 10:13:40 +01:00 |
Andreas Fabri
|
29c6a7905f
|
Add is_empty()
|
2024-04-19 08:10:46 +01:00 |
Sébastien Loriot
|
ec186667a1
|
fix warnings
|
2024-04-19 09:10:06 +02:00 |
Sven Oesau
|
ffba6279c9
|
Merge remote-tracking branch 'cgal/master' into AABB_tree-2d_and_3d
|
2024-04-19 08:47:54 +02:00 |
Laurent Rineau
|
6c04cbd3e2
|
prepare precompiled demo cgallab.zip
|
2024-04-18 16:39:34 +02:00 |
Jane Tournois
|
96d8e1a5f6
|
document NP allow_move_functor
|
2024-04-18 13:01:07 +02:00 |
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 |
Sven Oesau
|
a5e7836893
|
fix test
|
2024-04-18 08:17:06 +02:00 |
Sven Oesau
|
0439ea29fa
|
fix warnings
|
2024-04-18 08:13:36 +02:00 |
Sven Oesau
|
2c41686943
|
added tests for untested aabb primitives
|
2024-04-17 17:12:21 +02:00 |
Sven Oesau
|
8cd4e299d4
|
update doc
|
2024-04-17 14:57:33 +02:00 |
Andreas Fabri
|
6158ffa63e
|
fix comment in demo
|
2024-04-17 10:50:13 +01:00 |
Sven Oesau
|
bbafe6d120
|
cleaned /sa section in primitives
|
2024-04-17 11:25:29 +02:00 |
Sven Oesau
|
d9ff3db307
|
rename Polygon to Polygon_2 to avoid name collision
|
2024-04-17 09:53:39 +02:00 |
Andreas Fabri
|
02dd6ad63d
|
Fix warning in test
|
2024-04-17 08:05:22 +01:00 |
Sébastien Loriot
|
a933bf3e2e
|
fix warnings and compilation issues + build maps for no caching case
|
2024-04-16 18:22:33 +02:00 |
Jane Tournois
|
7a8075ebd9
|
comments
|
2024-04-16 16:54:21 +02:00 |
Jane Tournois
|
c19be601fc
|
Merge remote-tracking branch 'cgal/master' into Mesh-3-edge-distance-criterium-aclement
|
2024-04-16 14:39:43 +01:00 |
Jane Tournois
|
973f8a1f66
|
make default edge distance be 0 for consistency with other criteria (instead of DBL_MAX)
rename check_distance_field() to has_distance_field()
|
2024-04-16 15:32:59 +02:00 |
Sven Oesau
|
7dd2d0be13
|
fixed benchmark by switching to Rigid_triangle_mesh_collision_detection
|
2024-04-16 14:49:24 +02:00 |
Jane Tournois
|
3d8346c8e0
|
fix concept : edge criteria do not belong to MeshCriteria_3 but to MeshCriteriaWithFeatures_3
|
2024-04-16 14:39:56 +02: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 |
Sébastien Loriot
|
bf6af35d42
|
address review comments
|
2024-04-15 18:34:45 +02: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 |
Sébastien Loriot
|
b8ce3dc850
|
update changes
|
2024-04-15 17:36:51 +02:00 |
Sébastien Loriot
|
05f4cf6106
|
add doc and make implementation generic
|
2024-04-15 17:32:22 +02:00 |
Andreas Fabri
|
92ccdbcc08
|
fix forward
|
2024-04-15 13:07:00 +01:00 |
Sven Oesau
|
8e7b7da17c
|
fix doc
|
2024-04-15 13:06:10 +02:00 |
Andreas Fabri
|
47ef1a2716
|
Use std::make_move_iterator()
|
2024-04-15 12:06:03 +01:00 |
Sven Oesau
|
69f5f2314e
|
fix comment ConstRange -> Range
|
2024-04-15 12:53:48 +02:00 |
Andreas Fabri
|
ed70775ee9
|
Polygon_repair:: Use move semantics; Add Polygon_2::reserve()
|
2024-04-15 11:28:13 +01:00 |
Jane Tournois
|
8adec595ac
|
add helper function to update bimap (as priority queue)
|
2024-04-15 12:17:51 +02:00 |
Sven Oesau
|
d9cd44e30c
|
AABBGeomTraits -> AABBGeomTraits_3
|
2024-04-15 11:59:00 +02:00 |
Sven Oesau
|
3cd93680a5
|
added tests for deprecated classes/traits
|
2024-04-15 11:21:21 +02:00 |
Jane Tournois
|
b4c28e6806
|
Partially revert e483dacc3b44f4772043ccffa1a52c46ffcabdbe.
this function is needed in the demo plugin
|
2024-04-15 09:46:33 +02:00 |