Searched refs:dist_index (Results 1 – 1 of 1) sorted by relevance
296 bool operator<(const DistIndex dist_index) const298 … return (dist_ < dist_index.dist_) || ((dist_ == dist_index.dist_) && index_ < dist_index.index_);330 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e… variable331 … dist_indices_.end(); dist_index != dist_index_end; ++dist_index, ++indices, ++dist) {332 *indices = dist_index->index_;333 *dist = dist_index->dist_;338 …for (typename std::set<DistIndex>::const_iterator dist_index = dist_indices_.begin(), dist_index_e… variable339 …dist_indices_.end(); (dist_index != dist_index_end) && (i < n_neighbors); ++dist_index, ++indices,…340 *indices = dist_index->index_;341 *dist = dist_index->dist_;