From c63f72538d1934734c7964271abbfb607c5ca6c3 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 20 Dec 2017 14:42:17 +0100 Subject: [PATCH] Add missing named parameters --- .../include/CGAL/bilateral_smooth_point_set.h | 1 + .../include/CGAL/edge_aware_upsample_point_set.h | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h b/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h index ecc5cf7378a..bb660b7d9c6 100644 --- a/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h +++ b/Point_set_processing_3/include/CGAL/bilateral_smooth_point_set.h @@ -400,6 +400,7 @@ public: If this parameter is omitted, `CGAL::Identity_property_map` is used.\cgalParamEnd \cgalParamBegin{normal_map} a model of `ReadWritePropertyMap` with value type `geom_traits::Vector_3`.\cgalParamEnd + \cgalParamBegin{sharpness_angle} controls the sharpness of the result.\cgalParamEnd \cgalParamBegin{geom_traits} an instance of a geometric traits class, model of `Kernel`\cgalParamEnd \cgalNamedParamsEnd diff --git a/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h b/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h index a326521a7b8..d2af4c0f036 100644 --- a/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h +++ b/Point_set_processing_3/include/CGAL/edge_aware_upsample_point_set.h @@ -308,6 +308,11 @@ update_new_point( If this parameter is omitted, `CGAL::Identity_property_map` is used.\cgalParamEnd \cgalParamBegin{normal_map} a model of `ReadablePropertyMap` with value type `geom_traits::Vector_3`.\cgalParamEnd + \cgalParamBegin{sharpness_angle} controls the sharpness of the result.\cgalParamEnd + \cgalParamBegin{edge_sensitivity} controls the priority of points inserted along sharp features. See + section \ref Point_set_processing_3Upsample_Parameter1 for an example.\cgalParamEnd + \cgalParamBegin{neighbor_radius} spherical neighborhood radius.\cgalParamEnd + \cgalParamBegin{number_of_output_points} is the number of output points to generate.\cgalParamEnd \cgalParamBegin{geom_traits} an instance of a geometric traits class, model of `Kernel`\cgalParamEnd \cgalNamedParamsEnd