explained default value in the named parameters

This commit is contained in:
Dmitry Anisimov 2021-04-30 16:32:48 +02:00 committed by GitHub
parent 330a161e55
commit 0cdd91e98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,7 @@ compute_registration_transformation(const PointRange1& range1, const PointRange2
\cgalParamDescription{a property map associating 1D values - scalars to the elements of the point set `point_set_1`}
\cgalParamType{a model of `ReadablePropertyMap` whose key type is the value type
of the iterator of `PointRange1` and whose value type is `geom_traits::FT`}
\cgalParamDefault{`CGAL::Constant_property_map` with the value = 1 for all scalars}
\cgalParamNEnd
\cgalParamNBegin{point_set_filters}
@ -536,6 +537,7 @@ compute_registration_transformation(const PointRange1& range1, const PointRange2
\cgalParamDescription{a property map associating 1D values - scalars to the elements of the point set `point_set_2`}
\cgalParamType{a model of `ReadablePropertyMap` whose key type is the value type
of the iterator of `PointRange2` and whose value type is `geom_traits::FT`}
\cgalParamDefault{`CGAL::Constant_property_map` with the value = 1 for all scalars}
\cgalParamNEnd
\cgalParamNBegin{point_set_filters}