Commit Graph

99713 Commits

Author SHA1 Message Date
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
Andreas Fabri d6ec19226d Optimal Transport Reconstruction: Fix memory leak 2022-12-22 14:22:40 +00:00
Jane Tournois 73063a618b Revert "fix init_c3t3 for internal C3t3"
This reverts commit a90488fce5.
2022-12-21 14:42:39 +00:00
Laurent Rineau bcc59bfbb6 CONFIG_TYPE maybe used on other platforms
On MacOS, with the XCode generator, the config type is required.
2022-12-21 14:55:42 +01:00
Sébastien Loriot 226c009892 Leopard is retired for quite some time now 2022-12-20 08:35:28 +01:00
Sébastien Loriot f993ad50c9 conditions of inconsistenit_classification() also apply to assertions 2022-12-19 17:43:12 +01:00
Laurent Rineau 7959549cff Merge pull request #7110 from sloriot/TR-remove_verbose_flag
Mesh_3, dump_c3t3: remove verbose flag
2022-12-14 10:16:58 +01:00
Andreas Fabri 97be3701e1 Fix and locally tested 2022-12-14 08:20:56 +00:00
Andreas Fabri aa8da893c2 Fix and simplify code 2022-12-14 08:20:44 +00:00
Andreas Fabri 8da2cd9a34 Triangulation_2 Demo: Read files with many WKT entities 2022-12-14 08:20:26 +00:00
Sébastien Loriot 397620e7be add special case for intersection of a vertical segment with an horizontal segment 2022-12-13 19:06:33 +01:00
Sébastien Loriot 71e452a6b8 be verbose if the macro is defined 2022-12-12 17:55:41 +01:00
Sébastien Loriot 0d89f3c12b remove non-needed instruction 2022-12-08 15:56:55 +01:00
Sebastien Loriot fa72ad2ad0
Merge pull request #6977 from MaelRL/Weights-v2.0-GF
Weights fixes (5.4.x)
2022-12-08 15:21:43 +01:00
Sébastien Loriot 7466cfc383 add verbose option to dump c3t3 2022-12-07 17:11:09 +01:00
Sébastien Loriot f38ff92498 remove verbose flag 2022-12-07 14:29:05 +01:00
Laurent Rineau 57de525060 Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
Spatial_searching: Fix doc
2022-12-05 13:46:20 +01:00
Laurent Rineau 6f56a4a5fb Merge pull request #6992 from janetournois/Tet_remeshing-selection_pmap-jtournois
Tet remeshing - `cell_is_selected_map` should be a property map
2022-12-05 11:04:09 +01:00
Laurent Rineau 13db805f2f Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
CGAL: Fixes for cmake 3.25
2022-12-05 11:03:17 +01:00
Laurent Rineau 53c1e10933 Merge pull request #7078 from MaelRL/Kernel_23-Fix_missing_CP3_overload-GF
Fix the Kernel concept being weaker than TriangulationTraits_23 requirements
2022-12-05 11:03:15 +01:00
Laurent Rineau 326b11d33c Merge pull request #7082 from MaelRL/Intersections_3-L3_bug-GF
Fix Line_3-Tet_3 intersection test
2022-12-05 11:03:12 +01:00
Laurent Rineau 464211eb14 Merge pull request #7089 from janetournois/Polyhedron_demo-fix_available_features_for_gray_images-jtournois
Polyhedron demo for Mesh_3 - disable features detection for gray level images
2022-12-05 11:03:10 +01:00
Laurent Rineau 6b0ab67b7a Merge pull request #7090 from afabri/PMP-assertion_bug-GF
Polygon Mesh Processing:  Fix CGAL_assertion_msg
2022-12-05 11:03:07 +01:00
Laurent Rineau 3ec2acf731 Merge pull request #7091 from afabri/Demo3D-unamed-GF
Polyhedron Demo: unamed
2022-12-05 11:03:05 +01:00
Andreas Fabri 2c8d317960 Spatial_searching: Fix doc 2022-11-29 10:45:00 +00:00
Andreas Fabri 6572a8fb58 It's a warning not an assertion 2022-11-28 14:39:20 +00:00
Andreas Fabri 675d4a4eff Remove debug code 2022-11-28 14:22:42 +00:00
Andreas Fabri 92a4a4180d Polyhedron demo: unamed 2022-11-28 14:15:53 +00:00
Andreas Fabri 0b56297ea2 Polygon Mesh Processing: Fix CGAL_assertion_msg 2022-11-28 14:05:59 +00:00
Mael Rouxel-Labbé aee677f289 Revert "Use OpenMesh::DefaultTraitsDouble directly instead of custom traits"
This reverts commit 16da969e88.

So that it does not bump OpenMesh required version
2022-11-28 12:13:50 +01:00
Jane Tournois 5fbeecaef8 disable sharpFeaturesGroup for gray level images 2022-11-28 10:54:54 +01:00
Laurent Rineau 35fa93f9c0 Merge pull request #6935 from lrineau/CGAL-fix_autotest_with_ctest-GF
Fix autotest_cgal_with_ctest
2022-11-25 10:13:38 +01:00
Laurent Rineau a7326910e1 Merge pull request #7056 from MaelRL/BGL-Clarify_pmap_value_type-GF
Fix implicit conversion from `std::size_t` to `bool` creating ambiguous calls
2022-11-25 10:13:36 +01:00
Mael 2b44e11fb5
Apply suggestions from @albert-github & @afabri 2022-11-24 13:10:22 +01:00
Mael Rouxel-Labbé 87960efc48 Fix Line_3 Tet_3 intersection test
The construction of the line is only valid if the tet is well oriented
2022-11-24 12:41:05 +01:00
Mael Rouxel-Labbé 0ecffe2913 Avoid conflicts between 'OpenMesh' as a mesh template parameter and namespace 2022-11-24 11:50:06 +01:00
Jane Tournois 45609cfc47 unused typedef 2022-11-24 09:30:35 +01:00
Mael Rouxel-Labbé 3b640e5e0a Fix the Kernel concept being weaker than TriangulationTraits_23 requirements 2022-11-23 21:30:31 +01:00
Sébastien Loriot 20dacdb0c7 add check that cmake_minimum_required is the first line 2022-11-23 10:46:41 +01:00
Andreas Fabri d157adcb6e CGAL: Fixes for cmake 3.25 2022-11-23 08:27:39 +00:00
Mael Rouxel-Labbé 613ae0d564 Proper fix after botched fix (adb10155fc) 2022-11-22 18:33:43 +01:00
Sébastien Loriot 6fd4c16942 TWS 2022-11-22 17:47:19 +01:00
Mael Rouxel-Labbé 3abb7366d5 Try to fix compatibility between Weights and OpenMesh 2022-11-22 17:46:01 +01:00
Sébastien Loriot c0ba9b479e fix compilation issues 2022-11-22 17:42:02 +01:00