cgal/Linear_cell_complex/examples/Linear_cell_complex
Laurent Rineau 0b0b1503ef Merge pull request #2594 from gdamiand/CMap-bugfixes-gdamiand
CMap bugfixes
2017-12-05 18:20:56 +01:00
..
data Add example file 2014-12-25 08:20:52 +01:00
CMakeBasicViewerQt.inc Update basic viewer to use a generic name. 2017-11-15 12:16:13 +01:00
CMakeLists.txt Merge pull request #2594 from gdamiand/CMap-bugfixes-gdamiand 2017-12-05 18:20:56 +01:00
README.txt Update basic viewer and corresponding examples; remove one example since it is now in the demo. 2015-10-02 14:44:42 +02:00
basic_viewer.h Add missing #include 2017-11-15 14:19:43 +01:00
gmap_linear_cell_complex_3.cpp Replace all std::unary_function by CGAL::unary_function 2017-10-04 15:57:09 +02:00
linear_cell_complex_3.cpp Replace all std::unary_function by CGAL::unary_function 2017-10-04 15:57:09 +02:00
linear_cell_complex_3_attributes_management.cpp Update LCC examples 2016-11-29 11:43:41 +01:00
linear_cell_complex_3_operations.cpp Update basic viewer to use a generic name. 2017-11-15 12:16:13 +01:00
linear_cell_complex_3_viewer_qt.h Merge pull request #2594 from gdamiand/CMap-bugfixes-gdamiand 2017-12-05 18:20:56 +01:00
linear_cell_complex_3_with_colored_vertices.cpp Update LCC examples 2016-11-29 11:43:41 +01:00
linear_cell_complex_3_with_mypoint.cpp Update LCC examples 2016-11-29 11:43:41 +01:00
linear_cell_complex_4.cpp Update LCC examples 2016-11-29 11:43:41 +01:00
plane_graph_to_lcc_2.cpp Update LCC examples 2016-11-29 11:43:41 +01:00
voronoi_2.cpp Update basic viewer to use a generic name. 2017-11-15 12:16:13 +01:00
voronoi_3.cpp Update basic viewer to use a generic name. 2017-11-15 12:16:13 +01: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.