cgal/Polygon_mesh_processing/examples/Polygon_mesh_processing
Laurent Rineau b2ed4e5f7e Merge pull request #5423 from afabri/PMP-corefine_OM-GF
PMP:: Use operator<  instead of operator> as OM only implements the former

Conflicts:
	Polygon_mesh_processing/examples/Polygon_mesh_processing/corefinement_consecutive_bool_op.cpp
	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h
2021-03-10 11:33:30 +01:00
..
data Add missing data 2020-01-31 09:29:54 +01:00
CMakeLists.txt Merge pull request #5423 from afabri/PMP-corefine_OM-GF 2021-03-10 11:33:30 +01:00
compute_normals_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
compute_normals_example_OM.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
compute_normals_example_Polyhedron.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
connected_components_example.cpp Merge commit '6594e7549bd70923990d86c31e2aa267a79bb629' into HEAD 2021-01-15 10:12:17 +01:00
corefinement_LCC.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
corefinement_OM_union.cpp use EPECK 2021-02-03 14:09:33 +01:00
corefinement_SM.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
corefinement_consecutive_bool_op.cpp Merge pull request #5423 from afabri/PMP-corefine_OM-GF 2021-03-10 11:33:30 +01:00
corefinement_difference_remeshed.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
corefinement_mesh_union.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
corefinement_mesh_union_and_intersection.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
corefinement_mesh_union_with_attributes.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
corefinement_parallel_union_meshes.cpp add an example do the union of a set of meshes in parallel 2021-01-29 09:47:10 +01:00
corefinement_polyhedron_union.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
detect_features_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
face_filtered_graph_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
hausdorff_distance_remeshing_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
hole_filling_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
hole_filling_example_LCC.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
hole_filling_example_OM.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
hole_filling_example_SM.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
isotropic_remeshing_example.cpp Merge commit '6594e7549bd70923990d86c31e2aa267a79bb629' into HEAD 2021-01-15 10:12:17 +01:00
isotropic_remeshing_of_patch_example.cpp Merge commit '6594e7549bd70923990d86c31e2aa267a79bb629' into HEAD 2021-01-15 10:12:17 +01:00
locate_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
manifoldness_repair_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
mesh_slicer_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
mesh_smoothing_example.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
orient_polygon_soup_example.cpp Replace IO functions in examples and fix Surface_mesh read_OFF() 2020-06-16 14:36:24 +02:00
orientation_pipeline_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
point_inside_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
point_inside_example_OM.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
polyhedral_envelope.cpp update input 2020-12-07 16:22:26 +01:00
polyhedral_envelope_mesh_containment.cpp update example + add it in the user manual 2020-12-03 14:36:43 +01:00
polyhedral_envelope_of_triangle_soup.cpp Fixes 2021-01-08 09:35:35 +01:00
random_perturbation_SM_example.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
refine_fair_example.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
repair_polygon_soup_example.cpp Add missing 'const' qualifiers 2020-08-06 08:50:41 +02:00
self_intersections_example.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
shape_smoothing_example.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
stitch_borders_example.cpp Use new IO functions 2020-06-26 17:06:42 +02:00
stitch_borders_example_OM.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
surface_mesh_intersection.cpp Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2021-01-07 15:05:28 +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 Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02: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 Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
volume_connected_components.cpp Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00