Commit Graph

99897 Commits

Author SHA1 Message Date
Sébastien Loriot 1172c9df7d Merge pull request #6445 from GilesBathgate/Convex_decomposition-cleanup_ray_hit_generator2-GilesBathgate
Consolidate the differences and use inheritance to remove duplication
2022-03-29 17:48:17 +02:00
Sébastien Loriot 4c4aeb74f4 Merge pull request #6433 from GilesBathgate/Nef_3-cleanup_nef_list_of_triangles-GilesBathgate
Nef_3: Cleanup Halffacet_triangle_handle/Halffacet_triangle_const_handle
2022-03-29 17:47:51 +02:00
Sébastien Loriot 6bc0dc90a7 Merge pull request #6431 from afabri/Nef_3-Avoid_filter_failures-GF
Nef_3:  Avoid Filter Failures
2022-03-29 17:47:37 +02:00
Sébastien Loriot b9a14a447f Merge pull request #6426 from afabri/Kernel_23-Call_function_objects-GF
Kernel_23: Call function objects from CGAL::Segment_3
2022-03-29 17:47:06 +02:00
Sébastien Loriot 2067913940 Merge pull request #6424 from GilesBathgate/Nef_3-cleanup_snc_intersection-GilesBathgate
Nef_3: Cleanup and performance improvements SNC_intersection
2022-03-29 17:46:56 +02:00
Sébastien Loriot 5e894656f5 Merge pull request #6422 from afabri/Nef_3-avoid_needless_tests-GF
Nef_3: Avoid needless tests
2022-03-29 17:46:42 +02:00
Sébastien Loriot 3e959d7ca6 Merge pull request #6421 from afabri/Nef_3-has_smaller_distance_to_point-GF
Nef_3: Use has_smaller_distance_to_point()
2022-03-29 17:46:16 +02:00
Sébastien Loriot 99f0598f3e Merge pull request #6378 from GilesBathgate/Nef_3-performance_sphere_circle-GilesBathgate
Nef_3: Sphere circle constructors.
2022-03-29 17:45:52 +02:00
Sébastien Loriot b34bc3f8f7 Merge pull request #6306 from GilesBathgate/Hash_map-performance_chained_map_reserve-GilesBathgate
Reserve method for Chained Map / Unique Hash Map
2022-03-29 17:45:37 +02:00
Andreas Fabri 913c6155ec Don't use a variable for calling a static method (VC2015 warned) 2022-03-24 08:55:27 +01:00
Andreas Fabri 5dd90d21fe Fix the expression 2022-03-23 16:39:23 +01:00
Andreas Fabri 80b0ec3960 Don't use a variable for calling a static method (VC2015 warned) 2022-03-23 10:47:24 +01:00
Andreas Fabri 45365e473c Don't use a variable for calling a static method (VC2015 warned) 2022-03-23 10:04:37 +01:00
Andreas Fabri 4e7bbff6df Don't use a variable for calling a static method (VC2015 warned) 2022-03-23 09:45:23 +01:00
Andreas Fabri 1c4b191c71 Remove no longer needed typedef (led to a W in the testsuite) 2022-03-23 09:23:25 +01:00
Andreas Fabri 7390809208 Fix in the testcode 2022-03-23 08:14:01 +01:00
Giles Bathgate dc18d7abb2 Restore other predicates in ray_segment intersections 2022-03-22 21:00:57 +00:00
Giles Bathgate c8d0409297 Using planes is faster for segment intersections 2022-03-22 19:46:25 +00:00
Giles Bathgate 50ec2fadf8 Call reserve before adding infinibox vertices 2022-03-22 18:43:19 +00:00
Laurent Rineau 98408f4115 Merge pull request #6434 from albert-github/feature/bug_gudhi
Incorrect link to Gudhi project
2022-03-22 13:30:53 +01:00
Laurent Rineau efa807989a Merge pull request #6439 from albert-github/feature/bug_wikipedia_redir
Arrangement_on_surface_2: Permanent redirect of reference to wikipedia
2022-03-22 13:30:51 +01:00
Laurent Rineau bfc80ee7f0 Merge pull request #6442 from albert-github/feature/bug_mesh_3_gforge
Mesh_3: correcting gforge address
2022-03-22 13:30:48 +01:00
Laurent Rineau 3649022c5f Merge pull request #6443 from albert-github/feature/bug_manual_gforge
Manual: correcting gforge address
2022-03-22 13:30:46 +01:00
Giles Bathgate 13592cc496 Using planes is faster for ray intersections 2022-03-22 07:37:04 +00:00
Andreas Fabri a7fc2c9bbb Remove unused parameter 2022-03-22 08:01:30 +01:00
Giles Bathgate 62da2dab06 Coplanar check is a worthwhile performance tweak 2022-03-21 20:47:46 +00:00
Giles Bathgate c356c621cd Consolidate the differences and use inheritance to remove duplication 2022-03-21 18:24:28 +00:00
Andreas Fabri cc3125068f Remove redundant test 2022-03-21 18:08:35 +01:00
albert-github 307a515a6e Manual: correcting gforge address
Replacing the addressttps://mpfi.gforge.inria.fr/ by https://gitlab.inria.fr/mpfi/mpfi as Forge is definitively shutdown.
2022-03-21 10:38:47 +01:00
albert-github b67a35c8f0 Mesh_3: correcting gforge address
Replacing the address http://inrimage.gforge.inria.fr/ by https://www-pequan.lip6.fr/~bereziat/inrimage/ as Forge is definitively shutdown.
2022-03-21 10:18:30 +01:00
Andreas Fabri 1a4bf304ae Switch to an overload as suggested by Giles 2022-03-21 09:19:50 +01:00
albert-github bd63a2f045 Arrangement_on_surface_2: Permanent redirect of reference to wikipedia
Wikipedia should be accessed through `https`.
2022-03-20 12:07:20 +01:00
Giles Bathgate e451af9f50 As a consequence of previous changes check_has_on is never called with false 2022-03-20 10:44:17 +00:00
Giles Bathgate 0124fc9e6d Call appropriate function with different name 2022-03-20 10:44:17 +00:00
Giles Bathgate 7411d76e2f Inline function as its only called once 2022-03-20 10:44:17 +00:00
Giles Bathgate c4fc25ad82 Use simpler and faster tests for internal segment intersection 2022-03-20 10:44:17 +00:00
Giles Bathgate fdc647b510 Standardise parameter wrapping 2022-03-20 10:44:16 +00:00
Giles Bathgate 99e8bece4c Standardise check_has_on parameter name 2022-03-20 10:44:16 +00:00
Giles Bathgate 42aa3c3c87 Remove unused code, make methods static 2022-03-20 10:44:16 +00:00
Giles Bathgate 3b8a9dc9c1 Merge remote-tracking branch 'afabri/Nef_3-avoid_needless_tests-GF' into Nef_3-cleanup_snc_intersection-GilesBathgate 2022-03-20 10:35:12 +00:00
albert-github 9dec1c30ac Incorrect link to Gudhi project
The address `http://gudhi.gforge.inria.fr` does not exist and should be `https://gudhi.inria.fr`
2022-03-19 13:28:51 +01:00
Giles Bathgate 252aab710f Remove Halffacet_triangle_handle/Halffacet_triangle_const_handle 2022-03-19 12:16:25 +00:00
Giles Bathgate 4390be94b3 Remove code defined in CGAL_NEF_LIST_OF_TRIANGLES 2022-03-19 12:10:22 +00:00
Giles Bathgate 29191ffe1a Add Halffacet_triangle_const_handle to fix compilation issue 2022-03-19 11:13:05 +00:00
Giles Bathgate 035745559a Remove call to reserve in SNC_simplify that triggers assertion 2022-03-18 18:25:40 +00:00
Laurent Rineau 8430d04539 Merge branch '5.4.x-branch' 2022-03-18 16:02:07 +01:00
Andreas Fabri bfffbf4884 Fix in a package based on Nef_3 2022-03-18 16:00:46 +01:00
Laurent Rineau 6e114b31ae Merge pull request #6107 from efifogel/Polygon-fixes-efif
Polygon fixes efif

# Conflicts:
#	Installation/CHANGES.md
2022-03-18 15:59:58 +01:00
Laurent Rineau 95b6bf33a7 Merge pull request #6395 from afabri/TDS-better_initialization_of_Unique_hash_map-GF
TDS: Initialize the size of Unique_hash_map
2022-03-18 15:58:28 +01:00
Laurent Rineau b4b874de71 Merge pull request #6398 from GYuvanShankar/feat2
Replaced boost::tuple with std::tuple
2022-03-18 15:58:26 +01:00