cgal/Linear_cell_complex/examples/Linear_cell_complex
Guillaume Damiand 6f2c3d819e
Merge branch 'main' into Small_feature/read_write_vtk_for_LCC
2025-11-06 09:38:10 +01:00
..
data [Small Feature] Add VTK read/write support for Linear_cell_complex 2025-07-30 15:38:39 +02:00
CMakeLists.txt Merge branch 'main' into Small_feature/read_write_vtk_for_LCC 2025-11-06 09:38:10 +01: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_vtk_io.cpp formatting 2025-11-05 20:29:40 +01: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.