From 0cdd91e98a4822c4bbdb300b6bc2d77d37ce9a6a Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Fri, 30 Apr 2021 16:32:48 +0200 Subject: [PATCH] explained default value in the named parameters --- .../CGAL/pointmatcher/compute_registration_transformation.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h b/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h index d3b25447aa7..1ba4ae98f76 100644 --- a/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h +++ b/Point_set_processing_3/include/CGAL/pointmatcher/compute_registration_transformation.h @@ -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}