cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Sébastien Loriot f2882073bb remove examples using a non documented function
these examples will be restored later
2016-10-06 09:47:37 +02:00
..
data remove data that can be generated 2015-07-15 10:54:41 +02:00
CMakeLists.txt improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
compute_normals_example.cpp
compute_normals_example_OM.cpp
connected_components_example.cpp Add keep_large_connected_components (code,doc,test) 2015-10-22 09:01:08 +02:00
hole_filling_example.cpp
hole_filling_example_OM.cpp
hole_filling_example_SM.cpp
isotropic_remeshing_example.cpp The namespace forwarding goes in the user code, not in a CGAL header 2016-03-02 16:52:13 +01:00
mesh_slicer_example.cpp
point_inside_example.cpp
point_inside_example_OM.cpp
polygon_soup_example.cpp deal with isolated vertices when turning a polygon soup in a polyedral surface 2016-02-29 11:04:33 +01:00
refine_fair_example.cpp fix return value to 0 2015-07-03 16:48:45 +02:00
self_intersections_example.cpp
stitch_borders_example.cpp add missing graph_traits include 2016-02-02 17:35:30 +01:00
stitch_borders_example_OM.cpp
triangulate_faces_example.cpp Add a check to the triangulate_faces example 2015-12-11 15:35:12 +01:00
triangulate_faces_example_OM.cpp Call mesh.garbage_collection() before writing an OpenMesh after triangulate_holes() 2015-09-15 16:11:11 +02:00
triangulate_polyline_example.cpp