DistIndex 292 modules/flann/include/opencv2/flann/result_set.h DistIndex(DistanceType dist, unsigned int index) : DistIndex 296 modules/flann/include/opencv2/flann/result_set.h bool operator<(const DistIndex dist_index) const DistIndex 330 modules/flann/include/opencv2/flann/result_set.h for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_end = DistIndex 338 modules/flann/include/opencv2/flann/result_set.h for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_end = DistIndex 380 modules/flann/include/opencv2/flann/result_set.h std::set<DistIndex> dist_indices_; DistIndex 409 modules/flann/include/opencv2/flann/result_set.h dist_indices_.insert(DistIndex(dist, index)); DistIndex 433 modules/flann/include/opencv2/flann/result_set.h typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex; DistIndex 466 modules/flann/include/opencv2/flann/result_set.h if (dist <= radius_) dist_indices_.insert(DistIndex(dist, index)); DistIndex 494 modules/flann/include/opencv2/flann/result_set.h typedef typename UniqueResultSet<DistanceType>::DistIndex DistIndex;