cgal/Linear_cell_complex/examples/Linear_cell_complex
Guillaume Damiand 535fff1199 Merge branch 'master' into Surface_mesh_topology-gdamiand 2019-12-05 18:21:41 +01:00
..
data
CMakeLists.txt Merge branch 'master' into Surface_mesh_topology-gdamiand 2019-07-10 15:32:21 +02:00
README.txt
basic_viewer.h Merge branch 'master' into T2-Throw_on_collinear_strongly_intersecting_segments-GF 2019-12-02 16:32:29 +01:00
draw_linear_cell_complex.cpp Rename file for basic viewers. 2018-05-29 11:06:07 +02:00
gmap_linear_cell_complex_3.cpp Moved unary/binary_function to CGAL::cpp98 2018-06-13 15:58:19 +02:00
linear_cell_complex_3.cpp Moved unary/binary_function to CGAL::cpp98 2018-06-13 15:58:19 +02:00
linear_cell_complex_3_attributes_management.cpp
linear_cell_complex_3_operations.cpp Add an example to illustrate the use of display for LCC; remove all the use of display from other examples 2018-05-29 11:04:56 +02:00
linear_cell_complex_3_with_colored_vertices.cpp replace cpp11::tuple by std::tuple 2019-03-29 13:28:33 +01:00
linear_cell_complex_3_with_mypoint.cpp
linear_cell_complex_4.cpp
plane_graph_to_lcc_2.cpp
voronoi_2.cpp Add an example to illustrate the use of display for LCC; remove all the use of display from other examples 2018-05-29 11:04:56 +02:00
voronoi_3.cpp Add an example to illustrate the use of display for LCC; remove all the use of display from other examples 2018-05-29 11:04:56 +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, 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.