cgal/Linear_cell_complex/examples/Linear_cell_complex
albert-github 45478184de spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01: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 spelling corrections 2022-11-15 13:39:40 +01:00
basic_viewer.h 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_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.