Commit Graph
287 Commits
Author SHA1 Message Date
Andreas Fabri f99a583fd7 Move parenthesis so that code does not report a mismatch 2026-01-14 15:47:38 +00:00
Andreas Fabri 284d576c43 CGAL: Prefix macros with CGAL_ 2026-01-14 15:25:35 +00:00
SOUHARDYA TOLA f103593626 Fix doubled word typos in documentation and comments 2025-12-31 15:40:29 +00:00
Mael Rouxel-Labbé 691fd789f9 Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2025-03-24 21:34:55 +01:00
Mael Rouxel-Labbé 1f91e3df40 Misc minor changes 2025-03-20 16:28:42 +01:00
Sven Oesau e1cc01c34d removed unnecessary typename 2025-01-07 09:15:10 +01:00
Sven Oesau 01e7864526 fixed type of construct_point_d_object 2025-01-06 16:24:02 +01:00
Sven OesauandSebastien Loriot e8aff9cbe5 Update Orthtree/include/CGAL/Orthtree_traits_point.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2025-01-06 13:53:33 +01:00
Sven Oesau 2e0fbc7a98 Octree doc states requirement of RandomAccessIterator
added missing _object types for functors in traits
2025-01-06 12:49:21 +01:00
Sébastien Loriot b32558b87e Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2024-12-16 11:47:34 +01:00
Sébastien Loriot 7c4badc67c Merge pull request #8501 from afabri/CGAL-assert-GF
assert() ->  CGAL::assertion()
2024-10-21 19:17:21 +02:00
Sven Oesau a06002ab2b Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2024-10-14 14:42:46 +02:00
albert-github dd02af92a2 issue #8515 Spelling mistakes found checking en-GB to en-US
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
Sven Oesau 463bfcd59e Orthtree: assert -> CGAL_assertion 2024-10-01 10:10:38 +02:00
Sven Oesau 5d7a02d1d4 removing necessity of Octree_wrapper
Orthtree is now a model of IsosurfacingPartition_3
2024-09-23 15:11:57 +02:00
Andreas Fabri 12468ccf4a Address #8401 2024-08-09 11:32:26 +01:00
Mael Rouxel-Labbé 67aba3fefe Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface 2024-06-20 10:18:49 +02:00
Sébastien Loriot 61decadd31 Merge pull request #7908 from soesau/Kinetic_surface_reconstruction-new_package-soesau
Kinetic Surface Reconstruction
2024-05-26 17:53:54 +02:00
Sébastien Loriot ddbd2e6818 Merge remote-tracking branch 'cgal/master' 2024-05-24 14:18:24 +02:00
Sébastien Loriot 679440b931 fix warnings 2024-05-15 16:41:10 +02:00
Sébastien Loriot b9ef5de3b8 Merge remote-tracking branch 'mine/Kinetic_shape_reconstruction-new_package-soesau' into Kinetic_surface_reconstruction-new_package-soesau
originally:
Author: Sven Oesau <sven.oesau@geometryfactory.com>
Date:   Wed Apr 17 19:45:30 2024 +0200
2024-05-15 16:39:42 +02:00
Andreas Fabri c48faf3f3f reorder member initialization 2024-05-15 16:35:19 +02:00
Andreas Fabri 74c9e0acba Remove Orthtree::unsplit() 2024-05-15 16:35:19 +02:00
Andreas Fabri 495ce7a8df Add template for LCC template member functions 2024-05-15 16:35:08 +02:00
Laurent Rineau a391e067f7 Merge pull request #8135 from sloriot/Orthtree-const_property_access
Access to property maps is const
2024-04-22 14:54:04 +02:00
Sébastien Loriot 244123d93e access to property maps are const 2024-04-10 16:57:08 +02:00
Mael Rouxel-Labbé e24d521865 Merge remote-tracking branch 'mine/CGAL-fix_dependencies-GF' into gsoc2022-isosurface 2024-04-04 15:08:22 +02:00
Mael Rouxel-Labbé c7db56bcda Remove useless header includes 2024-04-04 14:32:13 +02:00
Sébastien Loriot 0b362d2d69 update polyline writing functions 2024-03-28 07:35:40 +01:00
Sébastien Loriot 5a0044c917 add missing const 2024-03-28 07:34:58 +01:00
Sven Oesau 490c99f32b Merge remote-tracking branch 'cgal/master' into Kinetic_shape_reconstruction-new_package-soesau 2024-03-26 17:29:04 +01:00
Sébastien Loriot 3471add062 simplify disambiguation 2024-03-14 16:09:29 +01:00
Sébastien Loriot 426f5067c0 workaround warning 2024-03-13 17:29:52 +01:00
Sébastien Loriot 786b015746 doc copy and move constructors 2024-03-06 17:53:07 +01:00
Sven Oesau 22e5a3f651 renaming nearest_k_neighbors_in_radius and neighbors_in_radius 2024-03-05 10:52:34 +01:00
Sven Oesau 130cf57758 created local copy of point before using Cartesian_ranges 2024-03-01 17:29:17 +01:00
Sven Oesau caa833f439 renaming nearest_neighbors to nearest_k_neighbors 2024-03-01 16:32:00 +01:00
Sven Oesau a8fd56c724 using 'contained elements' instead of elements to descripe split predicate 2024-03-01 15:43:01 +01:00
Sven Oesau 77622a691b renamed nearest_neighbors to neighbors_in_radius 2024-03-01 10:08:46 +01:00
Sven OesauandAndreas Fabri f90dfbaa2c Update Orthtree/include/CGAL/Quadtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:33:49 +01:00
Sven OesauandAndreas Fabri 5bf13e85e1 Update Orthtree/include/CGAL/Octree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:33:39 +01:00
Sven OesauandAndreas Fabri 683be7aa79 Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:33:32 +01:00
Sven OesauandAndreas Fabri 020f323172 Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:33:17 +01:00
Sven OesauandAndreas Fabri 87d895254d Update Orthtree/include/CGAL/Orthtree_traits_base.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:32:53 +01:00
Sven OesauandAndreas Fabri 8574b1ce4f Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:32:43 +01:00
Sven OesauandAndreas Fabri b5741aa4b1 Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:32:30 +01:00
Sven OesauandAndreas Fabri d49529d5d0 Update Orthtree/include/CGAL/Orthtree.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:32:14 +01:00
Sven OesauandAndreas Fabri d85edb3e8e Update Orthtree/include/CGAL/Orthtree_traits_base.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:32:00 +01:00
Sven OesauandAndreas Fabri ff5f855f27 Update Orthtree/include/CGAL/Orthtree_traits_face_graph.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:31:07 +01:00
Sven OesauandAndreas Fabri 3714189a14 Update Orthtree/include/CGAL/Orthtree_traits_base.h
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2024-03-01 08:30:53 +01:00