From cb7914f1ec912e7a2a6d8d84d142b5ce85691d3c Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Thu, 25 Aug 2016 08:22:58 +0200 Subject: [PATCH] Document output iterators --- Point_set_processing_3/include/CGAL/estimate_scale.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/estimate_scale.h b/Point_set_processing_3/include/CGAL/estimate_scale.h index b1e04d4533c..a008293ef0b 100644 --- a/Point_set_processing_3/include/CGAL/estimate_scale.h +++ b/Point_set_processing_3/include/CGAL/estimate_scale.h @@ -410,6 +410,8 @@ public: /// with value type `Point_3` or `Point_2`. It /// can be omitted if the value type of `QueriesInputIterator` is /// convertible to `Point_3` or to `Point_2`. +/// @tparam OutputIterator is used to store the computed scales. Its +/// value type is `std::size_t`. /// @tparam Kernel Geometric traits class. It can be omitted and /// deduced automatically from the value type of `SamplesPointPMap`. /// @@ -509,6 +511,8 @@ estimate_global_k_neighbor_scale( /// with value type `Point_3` or `Point_2`. It /// can be omitted if the value type of `QueriesInputIterator` is /// convertible to `Point_3` or to `Point_2`. +/// @tparam OutputIterator is used to store the computed scales. Its +/// value type is `Kernel::FT`. /// @tparam Kernel Geometric traits class. It can be omitted and /// deduced automatically from the value type of `SamplesPointPMap`. ///