cgal/Linear_cell_complex/examples/Linear_cell_complex
Yliess Bellargui afc4f72b26 [Small Feature] Rename plane_graph_to_lcc -> read_plane_graph_in_lcc 2025-07-08 09:45:15 +02:00
..
data automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
CMakeLists.txt [Small Feature] Rename plane_graph_to_lcc -> read_plane_graph_in_lcc 2025-07-08 09:45:15 +02:00
README.txt [Small Feature] Rename plane_graph_to_lcc -> read_plane_graph_in_lcc 2025-07-08 09:45:15 +02: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
read_plane_graph_in_lcc_2.cpp [Small Feature] Rename plane_graph_to_lcc -> read_plane_graph_in_lcc 2025-07-08 09:45:15 +02:00
voronoi_2.cpp LCC ok (doc and examples) 2022-05-06 11:16:33 +02:00
voronoi_3.cpp [Small Feature] Rename import functions with deprecation and add alias tests 2025-07-01 11:36:49 +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.


* read_plane_graph_in_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.