Searched refs:DistIndex (Results 1 – 1 of 1) sorted by relevance
290 struct DistIndex struct292 DistIndex(DistanceType dist, unsigned int index) : in DistIndex() function296 bool operator<(const DistIndex dist_index) const330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e…380 std::set<DistIndex> dist_indices_;409 dist_indices_.insert(DistIndex(dist, index)); in addPoint()433 typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex; typedef466 if (dist <= radius_) dist_indices_.insert(DistIndex(dist, index)); in addPoint()494 typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex; typedef