From c0f30e18a882962dc62dcbabfe49edca79d6c897 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Wed, 2 Mar 2016 17:00:39 +0100 Subject: [PATCH] add constrained vertices to isotropic remeshing those vertices cannot be modified --- .../include/CGAL/Polygon_mesh_processing/remesh.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h index a21b59b9472..8967f31b48f 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h @@ -234,6 +234,8 @@ void split_long_edges(const EdgeRange& edges typedef PolygonMesh PM; typedef typename boost::graph_traits::edge_descriptor edge_descriptor; typedef typename boost::graph_traits::vertex_descriptor vertex_descriptor; + typedef typename boost::graph_traits::edge_descriptor edge_descriptor; + typedef typename boost::graph_traits::vertex_descriptor vertex_descriptor; using boost::choose_pmap; using boost::choose_param; using boost::get_param;