Commit Graph

497 Commits

Author SHA1 Message Date
Sébastien Loriot d13c88710d clean up 2021-06-17 16:02:10 +02:00
Sébastien Loriot 60559d799a do no call twice the failing static filter 2021-06-17 13:08:34 +02:00
Andreas Fabri 4c16735f85 make_certain() 2021-06-17 12:55:53 +02:00
Andreas Fabri 8844a94d42 Use Uncertain<>::indeterminante() 2021-06-17 12:44:20 +02:00
Andreas Fabri 46e2042df4 Add profiler 2021-06-17 12:07:47 +02:00
Andreas Fabri 77b77adbc4 fabs -> CGAL::abs Does the compiler optimize two identical calls of CGAL::abs away? 2021-06-17 09:03:33 +02:00
Sébastien Loriot 602b93e30f improve intersection predicate between supporting plane and bbox
quick and dirty with copy/paste from other files
2021-06-16 16:39:38 +02:00
Sébastien Loriot cdaabd3d72 static filter for do_intersect bbox/triangle 2021-06-16 13:56:08 +02:00
Sébastien Loriot 6fe3eef000 use a for-loop 2021-06-15 15:30:22 +02:00
Andreas Fabri ce0037c379 Add the same for Triangle_3 2021-06-11 13:35:17 +02:00
Andreas Fabri 2489e16220 Add check that bboxes overlap 2021-06-07 15:00:05 +02:00
Andreas Fabri b3cfabfe36 In fact we can return true as soon as one tet vertex is in the bbox 2021-06-07 14:04:56 +02:00
Andreas Fabri 17c132640c Filtered_kernel: Do_intersect(Tetrahedron_3,Bbox_3) 2021-06-07 13:06:47 +02:00
Laurent Rineau c091c7f86e Merge pull request #5532 from lrineau/Kernel_23-Do_interesect__without_division-GF
Remove operator/ from CGAL::Mpzf and implement Do_intersect_3 with RT only (without division)
2021-04-28 15:24:15 +02:00
Sebastien Loriot 5b253ad2fc
Merge pull request #4099 from sloriot/CGAL-epeck_pts_cmp
Speed up comparison of points
2021-04-21 15:24:11 +02:00
Sebastien Loriot b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Maxime Gimeno c49152359c update max version of cmake and announce the new minimal in CHANGE.md 2021-04-15 15:08:54 +02:00
Sébastien Loriot 39bdf32bc9 remove useless using statement 2021-04-13 08:07:56 +02:00
Sébastien Loriot 8e2b75d3da optimize lexicographic cmp of identical points
cmp_epeck_points.cpp runs in 2.6s
2021-04-10 08:00:39 +02:00
Maxime Gimeno 17602e589e Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF 2021-04-07 09:17:51 +02:00
Laurent Rineau 1b54449dc5 Merge pull request #4878 from danston/Kernels-decltypes-danston
Improve decltype/result_of/invoke_result
2021-04-06 15:13:21 +02:00
Laurent Rineau 58ddf16295 Merge pull request #5507 from afabri/PMP-vtune_isotropic_remeshing-GF
PMP:  Accelerate isotropic remeshing
2021-04-06 15:13:11 +02:00
Andreas Fabri 38c0c8852c Add the Triangle_3/Triangle_3 to the static version of Do_intersect (Thank you for pointing out @mglisse 2021-04-04 17:39:24 +01:00
Dmitry Anisimov 00c185b028
Merge branch 'master' into Kernels-decltypes-danston 2021-03-12 12:06:20 +01:00
Andreas Fabri e6c2e5c949 Simplify. todo: tighter bounds per case or factorization with a lambda 2021-03-10 15:28:56 +00:00
Andreas Fabri 9274503f12 remove debug code 2021-03-09 13:18:50 +00:00
Andreas Fabri 643810f310 WIP for not hard coding conservative. Todo: Use of Has_filtered 2021-03-09 13:15:49 +00:00
Andreas Fabri b1c2dd8db6 WIP: early exit in the static filter 2021-03-07 18:25:18 +00:00
Andreas Fabri 4fab8430da Add static filter for Equal_3::operator()(Vector_3, Null_vector) 2021-03-03 21:14:39 +00:00
Laurent Rineau 1a799c533a Merge pull request #5464 from mglisse/tri2
benchmark Delaunay 2d with NewKernel_d
2021-03-03 18:31:17 +01:00
Andreas Fabri 431c5b8132 Comment something experimental that sneaked in 2021-03-03 15:02:13 +00:00
Andreas Fabri e7f18dff56 No need for calling abs for a squared distance 2021-03-03 15:00:59 +00:00
Andreas Fabri d5a5b20ce8 Make it clear that the functor is not part of the Kernel concept 2021-02-19 20:23:20 +00:00
Maxime Gimeno d5811d0a41 clang-tidy on tests 2021-02-18 15:15:12 +01:00
Marc Glisse 6403a0d18a Merge remote-tracking branch 'mine/nofilter' into tri2 2021-02-15 21:05:43 +01:00
Dmitry Anisimov 81d9556707 Merge remote-tracking branch 'upstream/master' into Kernels-decltypes-danston 2021-02-10 10:06:45 +01:00
Laurent Rineau f59411d9a9 Merge pull request #5391 from afabri/Filtered_kernel-compare_distance-GF
Filtered Kernel: Add static filter for Compare_distance_3
2021-02-05 16:10:12 +01:00
Andreas Fabri cdbc2c6976 cleanup 2021-01-26 13:56:45 +00:00
Andreas Fabri bd75d6f4d8 Filtered Kernel: Add static filter for Compare_distance_3 2021-01-26 13:31:26 +00:00
Laurent Rineau 1c1a09a635 Merge pull request #5242 from afabri/Kernel_Collinear_3_static_analysis-GF
Kernel: Collinear_3: Static Analysis
2021-01-22 09:36:01 +01:00
Andreas Fabri d5fdc05f6d Use consistently CGAL::abs 2021-01-05 15:56:10 +00:00
Marc Glisse caef69cdef Protection parameter of Filtered_predicate2 2020-12-30 23:28:03 +01:00
Andreas Fabri d5f2c6b4e6 The word OPTIONAL has a #define in minwindef.h 2020-12-30 13:45:36 +00:00
Dmitry Anisimov 3127190bcf marc's review 2020-12-08 12:48:04 +01:00
Andreas Fabri f4c12951d1 Improvement after comments 2020-12-04 13:57:14 +00:00
Andreas Fabri 024236eb61 Kernel: Collinear_3: Static Analysis 2020-12-04 12:44:21 +00:00
Andreas Fabri f246c4abf8 merge 2020-11-13 16:26:57 +00:00
Andreas Fabri aa4c8f2f5a changes after Sebastien's comments 2020-11-09 21:23:41 +00:00
Andreas Fabri 5ff48521d1 Use TLS; Fix SMS example 2020-11-04 09:53:38 +00:00
Maxime Gimeno bebd60c12b Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-20 09:53:54 +02:00