mirror of https://github.com/CGAL/cgal
explained default value in the named parameters
This commit is contained in:
parent
330a161e55
commit
0cdd91e98a
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue