mirror of https://github.com/CGAL/cgal
doc
This commit is contained in:
parent
c1f2236ee3
commit
4573f78d8b
|
|
@ -134,7 +134,7 @@ struct Construct_initial_points_labeled_image
|
||||||
* @tparam MeshDomain model of `MeshDomain_3`
|
* @tparam MeshDomain model of `MeshDomain_3`
|
||||||
* @tparam TransformOperator functor that transforms values of the image.
|
* @tparam TransformOperator functor that transforms values of the image.
|
||||||
* It must provide the following type:<br>
|
* It must provide the following type:<br>
|
||||||
* `result_type` a type that supports the '==' operator<br>
|
* `result_type`: a type that supports the '==' operator<br>
|
||||||
* and the following operator:<br>
|
* and the following operator:<br>
|
||||||
* `result_type operator()(Word v)`
|
* `result_type operator()(Word v)`
|
||||||
* with `Word` the type of the image values.
|
* with `Word` the type of the image values.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue