This commit is contained in:
Jane Tournois 2024-09-30 14:02:50 +02:00
parent c1f2236ee3
commit 4573f78d8b
1 changed files with 1 additions and 1 deletions

View File

@ -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.