cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Sébastien Loriot 29379aec95 use EPECK 2021-02-03 14:09:33 +01:00
..
data Add missing data 2020-01-31 09:29:54 +01:00
CMakeLists.txt Use operator< instead of operator> as OM only implements the former 2021-02-03 10:46:28 +00:00
compute_normals_example.cpp Clean example 2019-08-26 13:24:43 +02:00
compute_normals_example_OM.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
compute_normals_example_Polyhedron.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
connected_components_example.cpp include non-deprecated header 2021-01-15 10:02:00 +01:00
corefinement_LCC.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:26:59 +01:00
corefinement_OM_union.cpp use EPECK 2021-02-03 14:09:33 +01:00
corefinement_SM.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
corefinement_consecutive_bool_op.cpp remove unused typedef 2021-02-03 14:09:22 +01:00
corefinement_difference_remeshed.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
corefinement_mesh_union.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
corefinement_mesh_union_and_intersection.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
corefinement_mesh_union_with_attributes.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
corefinement_polyhedron_union.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
detect_features_example.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
face_filtered_graph_example.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
hausdorff_distance_remeshing_example.cpp Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB 2019-11-20 12:24:54 +01:00
hole_filling_example.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
hole_filling_example_LCC.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
hole_filling_example_OM.cpp replace cpp11::tuple by std::tuple 2019-03-29 13:28:33 +01:00
hole_filling_example_SM.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
isotropic_remeshing_example.cpp include non-deprecated header 2021-01-15 10:02:00 +01:00
isotropic_remeshing_of_patch_example.cpp include non-deprecated header 2021-01-15 10:02:00 +01:00
locate_example.cpp Add an example showing the usage of PMP::Locate 2019-10-08 15:55:17 +02:00
manifoldness_repair_example.cpp Flush before std::exit (otherwise nothing is printed) 2020-03-24 11:37:55 +01:00
mesh_slicer_example.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
mesh_smoothing_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
orient_polygon_soup_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
orientation_pipeline_example.cpp remove whitespaces 2020-03-31 17:02:02 +02:00
point_inside_example.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
point_inside_example_OM.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
random_perturbation_SM_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
refine_fair_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
repair_polygon_soup_example.cpp Add missing 'const' qualifiers 2020-08-06 08:50:41 +02:00
self_intersections_example.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
shape_smoothing_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
stitch_borders_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
stitch_borders_example_OM.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
surface_mesh_intersection.cpp Flush before std::exit (otherwise nothing is printed) 2020-03-24 11:37:55 +01:00
triangulate_faces_example.cpp Restore example and add one for the visitor 2020-09-08 15:18:19 +02:00
triangulate_faces_example_OM.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
triangulate_faces_split_visitor_example.cpp use graph_visitor instead of creating new triangulate_visitor 2020-09-15 14:38:29 +02:00
triangulate_polyline_example.cpp improve examples for user manual 2015-06-23 12:28:25 +02:00
volume_connected_components.cpp fixes after @afabri's review 2020-03-17 15:49:46 +01:00