cgal/Point_set_processing_3/examples/Point_set_processing_3
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
data automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
average_spacing_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
bilateral_smooth_point_set_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
callback_example.cpp Use the new IO functions in Point_set_3 / PSP_3 examples 2020-06-21 15:06:20 +02:00
clustering_example.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
edge_aware_upsample_point_set_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
edges_example.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
grid_simplification_example.cpp merge master 2022-01-04 13:53:50 +00:00
grid_simplify_indices.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
hierarchy_simplification_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
jet_smoothing_example.cpp Use the new IO functions in Point_set_3 / PSP_3 examples 2020-06-21 15:06:20 +02:00
normal_estimation.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
normals_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
orient_scanlines_example.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
property_map.cpp spelling corrections 2022-11-15 18:45:39 +01:00
random_simplification_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
read_las_example.cpp use c++17 fold expression 2024-09-11 17:25:08 +02:00
read_ply_points_with_colors_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
read_write_xyz_point_set_example.cpp Fix comment in example 2024-02-06 08:52:00 +00:00
registration_with_OpenGR.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
registration_with_opengr_pointmatcher_pipeline.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
registration_with_pointmatcher.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
remove_outliers_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
scale_estimation_2d_example.cpp Use the new IO functions in Point_set_3 / PSP_3 examples 2020-06-21 15:06:20 +02:00
scale_estimation_example.cpp spelling corrections 2022-11-15 13:39:40 +01:00
structuring_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
wlop_simplify_and_regularize_point_set_example.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
write_las_example.cpp allow use of Rapidlasso Laslib as alternative to CGALs fork 2024-08-30 10:14:36 +02:00
write_ply_points_example.cpp More fixes 2021-08-31 16:00:37 +02:00