| .. |
|
CMakeLists.txt
|
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
|
2023-11-16 16:01:01 +01:00 |
|
cc_compatible_orientations.cpp
|
…
|
|
|
compute_normals_example.cpp
|
…
|
|
|
compute_normals_example_OM.cpp
|
…
|
|
|
compute_normals_example_Polyhedron.cpp
|
…
|
|
|
connected_components_example.cpp
|
…
|
|
|
corefinement_LCC.cpp
|
…
|
|
|
corefinement_OM_union.cpp
|
…
|
|
|
corefinement_SM.cpp
|
…
|
|
|
corefinement_consecutive_bool_op.cpp
|
…
|
|
|
corefinement_difference_remeshed.cpp
|
…
|
|
|
corefinement_mesh_union.cpp
|
…
|
|
|
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
|
…
|
|
|
corefinement_parallel_union_meshes.cpp
|
…
|
|
|
corefinement_polyhedron_union.cpp
|
…
|
|
|
delaunay_remeshing_example.cpp
|
…
|
|
|
detect_features_example.cpp
|
…
|
|
|
extrude.cpp
|
…
|
|
|
face_filtered_graph_example.cpp
|
…
|
|
|
hausdorff_bounded_error_distance_example.cpp
|
…
|
|
|
hausdorff_distance_remeshing_example.cpp
|
…
|
|
|
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 |
|
interpolated_corrected_curvatures_PH.cpp
|
implement comments from review
|
2023-10-09 08:50:17 +02:00 |
|
interpolated_corrected_curvatures_SM.cpp
|
implement comments from review
|
2023-10-09 08:50:17 +02:00 |
|
interpolated_corrected_curvatures_vertex.cpp
|
implement comments from review
|
2023-10-09 08:50:17 +02:00 |
|
isotropic_remeshing_example.cpp
|
Minor example improvements
|
2022-12-16 16:20:25 +01:00 |
|
isotropic_remeshing_of_patch_example.cpp
|
…
|
|
|
list_non_pure_triangle_meshes.cpp
|
fix CDT_3
|
2023-06-28 20:21:36 +02:00 |
|
locate_example.cpp
|
spelling corrections
|
2022-11-15 18:45:39 +01:00 |
|
manifoldness_repair_example.cpp
|
…
|
|
|
match_faces.cpp
|
…
|
|
|
mesh_slicer_example.cpp
|
…
|
|
|
mesh_smoothing_example.cpp
|
…
|
|
|
orient_polygon_soup_example.cpp
|
…
|
|
|
orientation_pipeline_example.cpp
|
…
|
|
|
point_inside_example.cpp
|
use CGAL::to_double because cast-to-double may not be available for all number types
|
2022-11-08 17:39:53 +01:00 |
|
point_inside_example_OM.cpp
|
…
|
|
|
polyhedral_envelope.cpp
|
…
|
|
|
polyhedral_envelope_mesh_containment.cpp
|
…
|
|
|
polyhedral_envelope_of_triangle_soup.cpp
|
…
|
|
|
random_perturbation_SM_example.cpp
|
…
|
|
|
refine_fair_example.cpp
|
…
|
|
|
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
|
…
|
|
|
shape_smoothing_example.cpp
|
…
|
|
|
stitch_borders_example.cpp
|
…
|
|
|
stitch_borders_example_OM.cpp
|
…
|
|
|
surface_mesh_intersection.cpp
|
…
|
|
|
tangential_relaxation_example.cpp
|
…
|
|
|
triangulate_faces_example.cpp
|
Merge remote-tracking branch 'lrineau/Triangulation_3-fix_simplex_traverser-GF' into Triangulation_3-CDT_3-lrineau
|
2023-05-04 15:12:39 +02:00 |
|
triangulate_faces_example_OM.cpp
|
…
|
|
|
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
|
…
|
|
|
volume_connected_components.cpp
|
…
|
|