This commit is contained in:
Sébastien Loriot 2015-07-16 10:25:09 +02:00
parent 3766bf3a3e
commit ab8d6cfbcb
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
examples/BGL_surface_mesh/surface_mesh_dual.cpp

View File

@ -92,4 +92,5 @@ It can be made short to PM. And TriangleMesh (or TM) specifies when the paramete
\todo document `BGL/include/CGAL/boost/graph/selection.h`
\todo document `BGL/include/CGAL/boost/graph/split_graph_into_polylines.h`
\todo add in BGL `clear(pmesh)` and use it in `keep_largest_connected_components(pmesh, 0);`
\todo document BGL/include/CGAL/boost/graph/Dual.h and remove the example from dont_submit
*/