Fix PointRange -> ClusterRange

This commit is contained in:
Simon Giraudot 2018-06-15 14:10:07 +02:00
parent d27c5a97db
commit 29433bc164
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ public:
/*! /*!
\brief Constructs the feature. \brief Constructs the feature.
\tparam PointRange model of `ConstRange`. Its iterator type \tparam ClusterRange model of `ConstRange`. Its iterator type
is `RandomAccessIterator` and its value type is the key type of is `RandomAccessIterator` and its value type is the key type of
`Cluster`. `Cluster`.

View File

@ -48,7 +48,7 @@ public:
/*! /*!
\brief Constructs the feature. \brief Constructs the feature.
\tparam PointRange model of `ConstRange`. Its iterator type \tparam ClusterRange model of `ConstRange`. Its iterator type
is `RandomAccessIterator` and its value type is the key type of is `RandomAccessIterator` and its value type is the key type of
`Cluster`. `Cluster`.

View File

@ -51,7 +51,7 @@ public:
/*! /*!
\brief Constructs the feature. \brief Constructs the feature.
\tparam PointRange model of `ConstRange`. Its iterator type \tparam ClusterRange model of `ConstRange`. Its iterator type
is `RandomAccessIterator` and its value type is the key type of is `RandomAccessIterator` and its value type is the key type of
`Cluster`. `Cluster`.

View File

@ -51,7 +51,7 @@ public:
/*! /*!
\brief Constructs the feature. \brief Constructs the feature.
\tparam PointRange model of `ConstRange`. Its iterator type \tparam ClusterRange model of `ConstRange`. Its iterator type
is `RandomAccessIterator` and its value type is the key type of is `RandomAccessIterator` and its value type is the key type of
`Cluster`. `Cluster`.