mirror of https://github.com/CGAL/cgal
rephrase
This commit is contained in:
parent
95bc2eac4c
commit
ae57ce5f2c
|
|
@ -1376,7 +1376,7 @@ bool decimate_meshes_with_common_interfaces_impl(TriangleMeshRange& meshes,
|
||||||
* \cgalParamNEnd
|
* \cgalParamNEnd
|
||||||
* \cgalParamNBegin{visitor}
|
* \cgalParamNBegin{visitor}
|
||||||
* \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed
|
* \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed
|
||||||
* and `pm_out` is not already modified. It can be used in the case when `tm_in` and `pm_out` are the same mesh,
|
* and before `pm_out` starts being built. It should be used in the case when `tm_in` and `pm_out` are the same mesh,
|
||||||
* so that `pm_out` can be cleared before being filled.}
|
* so that `pm_out` can be cleared before being filled.}
|
||||||
* \cgalParamType{`visitor(pm_out)` must be a valid expression.}
|
* \cgalParamType{`visitor(pm_out)` must be a valid expression.}
|
||||||
* \cgalParamDefault{None}
|
* \cgalParamDefault{None}
|
||||||
|
|
@ -1553,7 +1553,7 @@ void remesh_planar_patches(const TriangleMeshIn& tm_in,
|
||||||
* \cgalParamNEnd
|
* \cgalParamNEnd
|
||||||
* \cgalParamNBegin{visitor}
|
* \cgalParamNBegin{visitor}
|
||||||
* \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed
|
* \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed
|
||||||
* and `pm_out` is not already modified. It can be used in the case when `tm_in` and `pm_out` are the same mesh,
|
* and before `pm_out` starts being built. It should be used in the case when `tm_in` and `pm_out` are the same mesh,
|
||||||
* so that `pm_out` can be cleared before being filled.}
|
* so that `pm_out` can be cleared before being filled.}
|
||||||
* \cgalParamType{`visitor(pm_out)` must be a valid expression.}
|
* \cgalParamType{`visitor(pm_out)` must be a valid expression.}
|
||||||
* \cgalParamDefault{None}
|
* \cgalParamDefault{None}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue