cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Laurent Rineau 49a06e9201 Merge pull request #4362 from afabri/Box_intersection_d-accelerate-GF
PMP::self_intersections: Add Concurrency
2020-02-07 16:25:06 +01:00
..
data Add new example data file 2019-06-20 14:06:00 +02:00
CMakeLists.txt Merge branch 'Box_intersection_d-accelerate-GF-old' into Box_intersection_d-accelerate-GF 2020-02-07 11:03:07 +01:00
compute_normals_example.cpp Clean example 2019-08-26 13:24:43 +02:00
compute_normals_example_OM.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +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 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
corefinement_LCC.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +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 add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +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 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +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 replace cpp11::tuple by std::tuple 2019-03-29 13:28:33 +01:00
hole_filling_example_LCC.cpp replace cpp11::tuple by std::tuple 2019-03-29 13:28:33 +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 Add missing header 2020-02-03 10:29:35 +01:00
isotropic_remeshing_example.cpp cleaning of example 2017-07-11 20:31:31 +02:00
isotropic_remeshing_of_patch_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +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 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
mesh_slicer_example.cpp Merge pull request #2075 from afabri/CGAL-dont_include_graph_traits_header-GF 2017-05-19 10:28:38 +02: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
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 replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +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 Added a function to detect and merge duplicate faces 2018-07-30 13:08:16 +02:00
self_intersections_example.cpp Use correct parallel tags in the example 2019-12-03 12:00:09 +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 cleanup 2015-05-12 19:33:35 +02:00
surface_mesh_intersection.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +01:00
triangulate_faces_example.cpp add precision(17) to most examples involving surface_mesh or polyhedron. 2020-01-17 09:58:44 +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 improve examples for user manual 2015-06-23 12:28:25 +02:00