Merge pull request #1722 from janetournois/PMP-fix_doc_isotropic_remeshing-GF

PMP : fix documentation bug for `vertex_is_constrained_map`
This commit is contained in:
Laurent Rineau 2016-12-02 16:49:37 +01:00 committed by GitHub
commit bf958c3f5d
1 changed files with 4 additions and 2 deletions

View File

@ -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<PolygonMesh>::%vertex_descriptor` as key type and
`bool` as value type. It should be default constructible.\n
\b Default : if this parameter is omitted,