cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Sébastien Loriot a9b369650a Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
..
CMakeLists.txt Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
acvd_remeshing_example.cpp warn about the fact that the mesh should be a single CC 2025-06-10 14:37:44 +02:00
cc_compatible_orientations.cpp merge master 2024-04-03 14:09:39 +01:00
compute_normals_example.cpp Merge pull request #8277 from afabri/PMP-normals-GF 2024-06-13 12:48:45 +02:00
compute_normals_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
compute_normals_example_Polyhedron.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
connected_components_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_LCC.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
corefinement_OM_union.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_SM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_consecutive_bool_op.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_difference_remeshed.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_mesh_non_manifold_intersection.cpp address review comments 2024-04-15 18:34:45 +02:00
corefinement_mesh_union.cpp Add example for progress tracking 2022-04-11 17:03:42 +01:00
corefinement_mesh_union_and_intersection.cpp boost::optional => std::optional 2023-06-15 10:57:09 +02:00
corefinement_mesh_union_progress.cpp use correct API 2022-10-19 13:55:19 +02:00
corefinement_mesh_union_with_attributes.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_parallel_union_meshes.cpp PMP: Change inclusion order to check dependencies 2024-01-31 09:39:45 +00:00
corefinement_polyhedron_union.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
delaunay_remeshing_example.cpp do not use deprecated API 2022-06-08 17:49:08 +02:00
detect_features_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
extrude.cpp Merge pull request #8277 from afabri/PMP-normals-GF 2024-06-13 12:48:45 +02:00
face_filtered_graph_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
geodesic_isolevel_refinement.cpp rename 2023-10-09 05:34:55 +02:00
hausdorff_bounded_error_distance_example.cpp PMP: Change inclusion order to check dependencies 2024-01-31 09:39:45 +00:00
hausdorff_distance_remeshing_example.cpp add missing CGAL namespace 2022-01-07 09:56:38 +01:00
hole_filling_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
hole_filling_example_LCC.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
hole_filling_example_OM.cpp Don't use deprecated code in examples 2022-11-30 07:58:02 +00:00
hole_filling_example_SM.cpp Don't use deprecated code in examples 2022-11-30 07:58:02 +00:00
hole_filling_visitor_example.cpp Don't use deprecated code in examples 2022-11-30 07:58:02 +00:00
interpolated_corrected_curvatures_PH.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
interpolated_corrected_curvatures_SM.cpp boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
interpolated_corrected_curvatures_vertex.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
isotropic_remeshing_example.cpp Minor example improvements 2022-12-16 16:20:25 +01:00
isotropic_remeshing_of_patch_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
isotropic_remeshing_with_allow_move.cpp unused variable 2024-07-04 18:36:55 +02:00
isotropic_remeshing_with_custom_sizing_example.cpp Spelling corrections 2024-05-31 19:05:34 +02:00
isotropic_remeshing_with_sizing_example.cpp fix compilation 2023-11-16 09:37:41 +01:00
list_non_pure_triangle_meshes.cpp cosmetic changes in debug messages 2024-04-26 16:10:23 +02:00
locate_example.cpp removing deprecated AABB types 2024-03-26 15:56:45 +01:00
manifoldness_repair_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
match_faces.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
mesh_slicer_example.cpp removing deprecated AABB types 2024-03-26 15:56:45 +01:00
mesh_smoothing_example.cpp Merge remote-tracking branch 'sloriot/PMP-relax' 2022-03-31 16:47:06 +02:00
orient_polygon_soup_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
orientation_pipeline_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
point_inside_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
point_inside_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
polyhedral_envelope.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
polyhedral_envelope_mesh_containment.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
polyhedral_envelope_of_triangle_soup.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
random_perturbation_SM_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
refine_fair_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
remesh_almost_planar_patches.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
remesh_planar_patches.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
repair_polygon_soup_example.cpp reparation -> repairing 2022-11-09 15:44:10 +01:00
sample_example.cpp double -> int 2023-12-13 07:35:53 +00:00
self_intersections_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
shape_smoothing_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
snap_polygon_soup.cpp rename visitor of triangle_soup_snap_rounding and catch it specifically in autorefinement 2025-05-07 14:49:38 +02:00
soup_autorefinement.cpp make sure we can read the file 2024-01-11 09:31:15 +01:00
stitch_borders_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
stitch_borders_example_OM.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
surface_mesh_intersection.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
tangential_relaxation_example.cpp fix warning 2022-03-23 22:55:47 +01:00
triangle_mesh_autorefinement.cpp add "brute-force" version of autorefine() 2023-04-06 17:54:44 +02:00
triangulate_faces_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
triangulate_faces_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
triangulate_faces_split_visitor_example.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00
triangulate_polyline_example.cpp CGAL Examples: CGAL_assertion -> assert 2022-01-24 10:19:04 +00:00
volume_connected_components.cpp PMP examples: unify type names 2023-11-22 15:11:11 +00:00