cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Laurent Rineau 4d76e06383 Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
Fix issues in OBJ I/O
2023-04-24 14:08:22 +02:00
..
CMakeLists.txt add example for almost coplanar remeshing 2023-03-31 14:39:33 +02:00
cc_compatible_orientations.cpp fixes after review 2022-04-11 15:43:08 +02:00
compute_normals_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
compute_normals_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
compute_normals_example_Polyhedron.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
connected_components_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
corefinement_LCC.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01: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_union.cpp Add example for progress tracking 2022-04-11 17:03:42 +01:00
corefinement_mesh_union_and_intersection.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01: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 automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02: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 Use existing data set 2022-03-03 10:04:37 +00:00
face_filtered_graph_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
hausdorff_bounded_error_distance_example.cpp add missing CGAL namespace 2022-01-07 09:56:38 +01:00
hausdorff_distance_remeshing_example.cpp add missing CGAL namespace 2022-01-07 09:56:38 +01:00
hole_filling_example.cpp Don't use deprecated code in examples 2022-11-30 07:58:02 +00:00
hole_filling_example_LCC.cpp Don't use deprecated code in examples 2022-11-30 07:58:02 +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
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
locate_example.cpp spelling corrections 2022-11-15 18:45:39 +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 PMP misc spring cleaning 2022-03-23 18:39:31 +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 misc spring cleaning 2022-03-23 18:39:31 +01:00
orientation_pipeline_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
point_inside_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
point_inside_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
polyhedral_envelope.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
polyhedral_envelope_mesh_containment.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01: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 misc spring cleaning 2022-03-23 18:39:31 +01:00
refine_fair_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
remesh_almost_planar_patches.cpp add example for almost coplanar remeshing 2023-03-31 14:39:33 +02:00
remesh_planar_patches.cpp Apply suggestions from code review 2023-03-31 14:39:33 +02:00
repair_polygon_soup_example.cpp reparation -> repairing 2022-11-09 15:44:10 +01: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
stitch_borders_example.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
stitch_borders_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01: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
triangulate_faces_example.cpp Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF 2023-04-24 14:08:22 +02:00
triangulate_faces_example_OM.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00
triangulate_faces_split_visitor_example.cpp Derive Visitor in example to have default implementations of some callbacks 2023-04-04 08:47:07 +01:00
triangulate_polyline_example.cpp CGAL Examples: CGAL_assertion -> assert 2022-01-24 10:19:04 +00:00
volume_connected_components.cpp PMP misc spring cleaning 2022-03-23 18:39:31 +01:00