mirror of https://github.com/CGAL/cgal
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. ``` |
||
|---|---|---|
| .. | ||
| data | ||
| CMakeLists.txt | ||
| README.txt | ||
| draw_linear_cell_complex.cpp | ||
| gmap_linear_cell_complex_3.cpp | ||
| linear_cell_complex_3.cpp | ||
| linear_cell_complex_3_attributes_management.cpp | ||
| linear_cell_complex_3_incremental_builder.cpp | ||
| linear_cell_complex_3_insert.cpp | ||
| linear_cell_complex_3_operations.cpp | ||
| linear_cell_complex_3_with_colored_vertices.cpp | ||
| linear_cell_complex_3_with_mypoint.cpp | ||
| linear_cell_complex_4.cpp | ||
| plane_graph_to_lcc_2.cpp | ||
| voronoi_2.cpp | ||
| voronoi_3.cpp | ||
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.