mirror of https://github.com/CGAL/cgal
Fix documentation of named parameters, replacing iterators by value_type
This commit is contained in:
parent
f406473fd3
commit
ad8ebeaa01
|
|
@ -31,17 +31,17 @@ typename CGAL::Kernel_traits<point_map::value_type>::Kernel
|
|||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{point_map} \anchor PSP_point_map
|
||||
is the property map containing the points associated to the iterators of the point range `points`.\n
|
||||
is the property map containing the points associated to the elements of the point range `points`.\n
|
||||
\b Type: a class model of `ReadablePropertyMap` with
|
||||
`PointRange::iterator` as key type and
|
||||
`PointRange::iterator::value_type` as key type and
|
||||
`geom_traits::Point_3` as value type. \n
|
||||
<b>Default value</b>: \code CGAL::Identity_property_map<geom_traits::Point_3>\endcode
|
||||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{normal_map} \anchor PSP_normal_map
|
||||
is the property map containing the normal vectors associated to the iterators of the point range `points`.\n
|
||||
is the property map containing the normal vectors associated to the elements of the point range `points`.\n
|
||||
\b Type: a class model of `ReadablePropertyMap` with
|
||||
`PointRange::iterator` as key type and
|
||||
`PointRange::iterator::value_type` as key type and
|
||||
`geom_traits::Vector_3` as value type. \n
|
||||
No default value.
|
||||
\cgalNPEnd
|
||||
|
|
@ -67,9 +67,9 @@ Note that when a callback is run on a parallelized algorithm with `CGAL::Paralle
|
|||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{query_point_map} \anchor PSP_query_point_map
|
||||
is the property map containing the points associated to the iterators of the point range `queries`.\n
|
||||
is the property map containing the points associated to the elements of the point range `queries`.\n
|
||||
\b Type: a class model of `ReadablePropertyMap` with
|
||||
`PointRange::iterator` as key type and
|
||||
`PointRange::iterator::value_type` as key type and
|
||||
`geom_traits::Point_3` as value type. \n
|
||||
<b>Default value</b>: \code CGAL::Identity_property_map<geom_traits::Point_3>\endcode
|
||||
\cgalNPEnd
|
||||
|
|
@ -146,9 +146,9 @@ multiple of a tolerance `epsilon` used to connect simplices.
|
|||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{plane_map} \anchor PSP_plane_map
|
||||
is the property map containing the planes associated to the iterators of the plane range `planes`.\n
|
||||
is the property map containing the planes associated to the elements of the plane range `planes`.\n
|
||||
\b Type: a class model of `ReadablePropertyMap` with
|
||||
`PlaneRange::iterator` as key type and
|
||||
`PlaneRange::iterator::value_type` as key type and
|
||||
`geom_traits::Plane_3` as value type. \n
|
||||
<b>Default value</b>: \code CGAL::Identity_property_map<geom_traits::Plane_3>\endcode
|
||||
\cgalNPEnd
|
||||
|
|
|
|||
Loading…
Reference in New Issue