cgal/Linear_cell_complex/examples/Linear_cell_complex
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
README.txt spelling corrections 2022-11-15 13:39:40 +01:00
draw_linear_cell_complex.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
gmap_linear_cell_complex_3.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_3.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_3_attributes_management.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_3_incremental_builder.cpp Spelling corrections 2024-05-31 19:05:34 +02:00
linear_cell_complex_3_insert.cpp Examples for insert between two different 2-cells 2023-06-23 08:22:00 +02:00
linear_cell_complex_3_operations.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_3_with_colored_vertices.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_3_with_mypoint.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
linear_cell_complex_4.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
plane_graph_to_lcc_2.cpp Obvious spelling error 2022-09-29 12:13:39 +02:00
voronoi_2.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
voronoi_3.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00

README.txt

Examples for Linear_cell_complex package:
=========================================

* linear_cell_complex_3.cpp
  linear_cell_complex_3_with_colored_vertices.cpp
  linear_cell_complex_4.cpp

  Three "basic" examples, detailed in the user manual.


* plane_graph_to_lcc_2.cpp

  Program allowing to transform a planar graph into a 2D linear cell complex.


* voronoi_2.cpp

  Example showing how to compute 2D voronoi diagram of a set of 2D points.


* voronoi_3.cpp

  Example showing how to compute 3D voronoi diagram of a set of 3D points.


* linear_cell_complex_3_with_mypoint.cpp

  Example showing how to customize the type of points used in LCC.