From 35cce254bbca0692c0ca84cff6c9a0d7078a9504 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 25 Nov 2016 11:02:47 +0100 Subject: [PATCH] fix documentation bug vertices can be changed because of collapse, for which we don't always know if vkept will be source or target --- .../doc/Polygon_mesh_processing/NamedParameters.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/NamedParameters.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/NamedParameters.txt index e2f59900673..2ce6592baef 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/NamedParameters.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/NamedParameters.txt @@ -152,8 +152,10 @@ a default property map where no edge is constrained is provided. \cgalNPEnd \cgalNPBegin{ vertex_is_constrained_map } \anchor PMP_vertex_is_constrained_map -the property map containing information about vertices of the input polygon mesh being constrained or not.\n -\b Type : a class model of `ReadablePropertyMap` with +the property map containing information about vertices of the input polygon mesh being constrained or not. +Constrained vertices may be replaced by new vertices, but the number and location +of vertices remain unchanged.\n +\b Type : a class model of `ReadWritePropertyMap` with `boost::graph_traits::%vertex_descriptor` as key type and `bool` as value type. It should be default constructible.\n \b Default : if this parameter is omitted,