cgal/Linear_cell_complex/examples/Linear_cell_complex
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
..
data automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
CMakeLists.txt Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
README.txt Update basic viewer and corresponding examples; remove one example since it is now in the demo. 2015-10-02 14:44:42 +02:00
basic_viewer.h Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno 2021-05-27 09:06:59 +02:00
draw_linear_cell_complex.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
gmap_linear_cell_complex_3.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
linear_cell_complex_3.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
linear_cell_complex_3_attributes_management.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
linear_cell_complex_3_operations.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
linear_cell_complex_3_with_colored_vertices.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
linear_cell_complex_3_with_mypoint.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
linear_cell_complex_4.cpp LCC CM GM 2022-01-24 16:43:39 +00:00
plane_graph_to_lcc_2.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
voronoi_2.cpp LCC CM GM 2022-01-24 16:43:39 +00:00
voronoi_3.cpp LCC CM GM 2022-01-24 16:43:39 +00: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, detailled 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.