mirror of https://github.com/CGAL/cgal
doc (review round 6 Mael)
This commit is contained in:
parent
e0324b6ff0
commit
2a2651b343
|
|
@ -4036,7 +4036,8 @@ namespace Tetrahedral_remeshing {
|
||||||
* \cgalParamNBegin{edge_is_constrained_map}
|
* \cgalParamNBegin{edge_is_constrained_map}
|
||||||
* \cgalParamDescription{a property map containing the constrained-or-not status of each edge `e` of
|
* \cgalParamDescription{a property map containing the constrained-or-not status of each edge `e` of
|
||||||
* `ccdt.triangulation()`.
|
* `ccdt.triangulation()`.
|
||||||
* If the edge `e` is at the boundary of an input polygonal constraint,
|
* If the edge `e` is at the boundary of an input PLC face (defined by an input face
|
||||||
|
* or via the named parameter `plc_face_id`)
|
||||||
* then the corresponding value in the property map is `true`.
|
* then the corresponding value in the property map is `true`.
|
||||||
* Otherwise, the value is `false`.}
|
* Otherwise, the value is `false`.}
|
||||||
* \cgalParamType{a class model of `ReadWritePropertyMap`
|
* \cgalParamType{a class model of `ReadWritePropertyMap`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue