mirror of https://github.com/CGAL/cgal
Update doc of Search_traits_adapter
This commit is contained in:
parent
027de166f4
commit
33cc6f0483
|
|
@ -11,7 +11,7 @@ in a nearest neighbor search algorithm, this class must be used as distance.
|
|||
|
||||
\tparam Key is a type that is associated to a point of type `Base_distance::Point_d`.
|
||||
|
||||
\tparam PointPropertyMap is a model of `LvaluePropertyMap`
|
||||
\tparam PointPropertyMap is a model of `ReadablePropertyMap`
|
||||
with `Key` as key type and `Base_distance::Point_d` as value type.
|
||||
|
||||
\tparam Base_distance is a model of either `GeneralDistance` or `OrthogonalDistance`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue