Commit Graph

99655 Commits

Author SHA1 Message Date
Sébastien Loriot 35e845d8dc do no use delete event 2023-12-12 15:11:40 +01:00
Sébastien Loriot a54f189980 Revert "more than one curve can be on the left of an event with overlapping curves on the right"
This reverts commit 2260c4fab3.
2023-12-07 16:09:31 +01:00
Sébastien Loriot 0714c960bb reset left event of curves after the deletion of the event 2023-12-07 16:08:33 +01:00
Efi Fogel 2e99b211b0 Ported test_sweep_conic to test_sweep and fixed the conic test cases 2023-05-30 17:10:58 +03:00
Efi Fogel ebdada0b29 Updated (renamed DATA => data) 2023-05-28 23:52:17 +03:00
Efi Fogel 28c669dd9c 1st revision 2023-05-28 23:41:37 +03:00
Efi Fogel 81fd350a79 Fixed 1st test 2023-05-28 21:52:40 +03:00
Efi Fogel f247756bfb Enhanced test 2023-05-28 17:26:04 +03:00
Efi Fogel b781d6a2f8 Fixed default polyline traits 2023-05-28 17:25:06 +03:00
Efi Fogel 319743abf9 Simplified test data and eliminated no. of faces (which is not used) 2023-05-28 15:24:35 +03:00
Sébastien Loriot 2260c4fab3 more than one curve can be on the left of an event with overlapping curves on the right 2023-02-03 10:39:58 +01:00
Laurent Rineau 7794a1976b Merge pull request #7208 from MaelRL/Intersections_3-Set_but_unused-GF
Fix set-but-not-used warning
2023-02-02 10:44:50 +01:00
Laurent Rineau cda39a3db4 Merge pull request #7112 from afabri/T2_demo-read_WKT-GF
Triangulation_2 Demo: Read files with many WKT entities
2023-01-27 20:50:33 +01:00
Laurent Rineau 6b96087082 Merge pull request #7127 from sloriot/PMP-cond_assert
Conditional assertions
2023-01-27 20:50:30 +01:00
Laurent Rineau 21c2ffef99 Merge pull request #7129 from sloriot/CGAL-config_clean_up
Leopard is retired for quite some time now
2023-01-27 20:50:27 +01:00
Laurent Rineau b18c3d4450 Merge pull request #7134 from janetournois/Tet_remeshing-fix_dimensions-jtournois
Tet remeshing - fix vertices `dimension`
2023-01-27 20:50:25 +01:00
Laurent Rineau 52193497d0 Merge pull request #7142 from afabri/OTR-fix_memory_leak-GF
Optimal Transport Reconstruction: Fix memory leak
2023-01-27 20:50:22 +01:00
Laurent Rineau 9aead84343 Merge pull request #7144 from sloriot/SS-faster_adapter
Replace shared_ptr with a plain copy
2023-01-27 20:50:19 +01:00
Laurent Rineau d6a4e23c9b Merge pull request #7145 from afabri/Orthtree-remove_wrong_assertion-GF
Orthree: Fix testsuite code
2023-01-27 20:50:17 +01:00
Laurent Rineau 1dfad9a10f Merge pull request #7146 from afabri/CH-do_not_test_non_exact_NT-GF
Convex_hull_2: Do not assert without exact predicates
2023-01-27 20:50:14 +01:00
Laurent Rineau 5877aa27d1 Merge pull request #7166 from MaelRL/SLS-Memorize_trisegments-GF
Fix seed computation in SLS offset computation
2023-01-27 20:50:12 +01:00
Laurent Rineau 3ff766484a Merge pull request #7167 from janetournois/Mesh_3-detect_cc_fix_dim2-jtournois
Mesh_3 - fix initialization of labeled images
2023-01-27 20:50:10 +01:00
Laurent Rineau 573824a906 Merge pull request #7172 from sloriot/T2-segment_cst_src_tgt
Use deduced type for source/target of a segment
2023-01-27 20:50:07 +01:00
Laurent Rineau 9809aab959 Merge pull request #7177 from afabri/Classification-vary_file_names-GF
Classification: Write to different files and change degree of fair()
2023-01-27 20:50:05 +01:00
Laurent Rineau b5add711ef Merge pull request #7199 from sloriot/CGAL-doc_python_pkg_filter
pkg_filter use detected python version
2023-01-27 20:50:02 +01:00
Mael Rouxel-Labbé c17c14ff7a Fix set-but-not-used warning 2023-01-24 10:55:29 +01:00
Sébastien Loriot 271cad9d3d use detected python version 2023-01-18 19:03:42 +01:00
Andreas Fabri 03bd5302f8 Print the result 2023-01-13 08:13:20 +00:00
Andreas Fabri 4e4399b059 As the input for fairing may be rather unsmooth around the hole we set the fairing_continuity to 0 2023-01-12 09:42:18 +00:00
Andreas Fabri 6c38059095 Add debug ouput 2023-01-11 09:52:04 +00:00
Andreas Fabri aba4ee0347 Classification: Write to different files 2023-01-11 09:06:38 +00:00
Sébastien Loriot a7288b10a0 use deduced type as some kernel does not return references 2023-01-09 17:48:53 +01:00
Sébastien Loriot b72ea0a9d0 add failing test 2023-01-09 17:41:14 +01:00
Laurent Rineau e4097e8fd9 Merge pull request #7133 from lrineau/Scripts-run_test_suite_with_ctest__CONFIG_TYPE-GF
Scripts, run_testsuite_with_ctest: CONFIG_TYPE maybe used on other platforms
2023-01-05 15:45:56 +01:00
Jane Tournois 399945f27d is_infinite(seed_cell) cannot be called when tr.dimension() < 3
and looking for the subdomain index is a nonsense
2023-01-05 14:26:57 +01:00
Mael Rouxel-Labbé aa1cb4b664 Add missing include 2023-01-05 12:39:58 +01:00
Mael Rouxel-Labbé 11f0902573 Add new test 2023-01-05 11:52:56 +01:00
Mael Rouxel-Labbé fd23450d58 Link issue7149 with Qt5 2023-01-05 10:15:06 +01:00
Mael Rouxel-Labbé 6b5954d2cf Remove another unused function which isn't part of the concept 2023-01-04 22:11:13 +01:00
Mael Rouxel-Labbé b2d562e582 Store trisegments within SLS vertices
This violates the concept, but it replaces storage of triedges, which
was also violating the concept...
2023-01-04 20:41:03 +01:00
Mael Rouxel-Labbé 2410d8e304 Reduce the (large) delta between SLS HDS concepts and models... 2023-01-04 16:36:34 +01:00
Mael Rouxel-Labbé c38ff2b4e2 Move Segment_2_with_ID to aux 2023-01-04 16:26:31 +01:00
Mael Rouxel-Labbé b1b7cacf42 Minor debug improvements 2023-01-04 16:26:09 +01:00
Mael Rouxel-Labbé e2f1940747 Fix spelling 2023-01-04 16:17:15 +01:00
Andreas Fabri 793801cd8b Fix conversion warning 2023-01-03 07:36:46 +00:00
Andreas Fabri 939a6a2b80 Make the demo work again 2023-01-02 13:17:17 +00:00
Andreas Fabri bd6c5ca9b7 Convex_hull_2: Do not assert without exact predicates 2022-12-23 16:18:04 +00:00
Andreas Fabri 0c5ebc75bc Orthree: Fix testsuite code 2022-12-23 16:06:36 +00:00
Sébastien Loriot ecb987a9bf do not use shared_ptr ...
... as it is more expensive (in small dimension at least) to
create than copying the point
2022-12-23 13:20:13 +01:00
Andreas Fabri 01fd45b0a9 fixes 2022-12-22 15:12:02 +00:00