add constrained vertices to isotropic remeshing

those vertices cannot be modified
This commit is contained in:
Jane Tournois 2016-03-02 17:00:39 +01:00
parent c522c6a2a8
commit c0f30e18a8
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@ void split_long_edges(const EdgeRange& edges
typedef PolygonMesh PM;
typedef typename boost::graph_traits<PM>::edge_descriptor edge_descriptor;
typedef typename boost::graph_traits<PM>::vertex_descriptor vertex_descriptor;
typedef typename boost::graph_traits<PM>::edge_descriptor edge_descriptor;
typedef typename boost::graph_traits<PM>::vertex_descriptor vertex_descriptor;
using boost::choose_pmap;
using boost::choose_param;
using boost::get_param;