cgal/Linear_cell_complex/examples/Linear_cell_complex
Guillaume Damiand 8e8ab82527 Merge branch 'CMap_no_static_for_null_dart_handle-gdamiand'
null_dart_handle is no longer static; implies to move several methods from Dart concept into CMap concept. This will simplify  the changing of the underlying container in the near future.

Small feature Combinatorial map dart attribute pre-approved in May 2013.

Approved by the release manager.
2013-11-28 08:22:40 +01:00
..
data
CMakeLCCViewerQt.inc
CMakeLCCViewerVtk.inc
CMakeLists.txt Modif in CMakeList in LCC examples. 2013-11-14 11:59:30 +01:00
README.txt
linear_cell_complex_3.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
linear_cell_complex_3_triangulation.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
linear_cell_complex_3_viewer_qt.h * Bug fix in is_sewable for i>3. 2013-02-15 13:25:51 +01:00
linear_cell_complex_3_viewer_vtk.h * Bug fix in is_sewable for i>3. 2013-02-15 13:25:51 +01:00
linear_cell_complex_3_with_colored_vertices.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
linear_cell_complex_3_with_mypoint.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
linear_cell_complex_4.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
plane_graph_to_lcc_2.cpp
voronoi_2.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +01:00
voronoi_3.cpp Combinatorial map with no static dart_null_handle. 2013-11-12 22:27:44 +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.


* linear_cell_complex_3_triangulation.cpp

  Example showing how to triangulate a face of a Linear_cell_complex, 
  using CGAL::Constrained_Delaunay_triangulation_2.


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