From 372b7617b028e26e75ad9af815c3a5ebe90d3a0b Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 23 Sep 2022 17:21:14 +0200 Subject: [PATCH] use weights and features in example --- .../examples/Mesh_3/mesh_3D_weighted_image.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp b/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp index c69073e061d..8cb9fbce13e 100644 --- a/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include #include @@ -16,7 +17,9 @@ // Domain using K = CGAL::Exact_predicates_inexact_constructions_kernel; -using Mesh_domain = CGAL::Labeled_mesh_domain_3; +using Image_domain = CGAL::Labeled_mesh_domain_3; +using Mesh_domain = CGAL::Mesh_domain_with_polyline_features_3; + // Triangulation using Tr = CGAL::Mesh_triangulation_3(domain, criteria); + C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria, no_exude(), no_perturb()); /// [Meshing] // Output