cgal/Linear_cell_complex/examples/Linear_cell_complex/README.txt

29 lines
655 B
Plaintext

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.