, including all inherited members.
| addPoints(const Matrix< ElementType > &points, float rebuild_threshold=2) | rtflann::LshIndex< Distance > | [inline, virtual] |
| BaseClass typedef | rtflann::LshIndex< Distance > | |
| buildIndex() | rtflann::NNIndex< Distance > | [inline, virtual] |
| buildIndex(const Matrix< ElementType > &dataset) | rtflann::NNIndex< Distance > | [inline, virtual] |
| buildIndexImpl() | rtflann::LshIndex< Distance > | [inline, protected, virtual] |
| cleanRemovedPoints() | rtflann::NNIndex< Distance > | [inline, protected] |
| clone() const | rtflann::LshIndex< Distance > | [inline, virtual] |
| data_ptr_ | rtflann::NNIndex< Distance > | [protected] |
| distance_ | rtflann::NNIndex< Distance > | [protected] |
| DistanceType typedef | rtflann::LshIndex< Distance > | |
| ElementType typedef | rtflann::LshIndex< Distance > | |
| extendDataset(const Matrix< ElementType > &new_points) | rtflann::NNIndex< Distance > | [inline, protected] |
| fill_xor_mask(lsh::BucketKey key, int lowest_index, unsigned int level, std::vector< lsh::BucketKey > &xor_masks) | rtflann::LshIndex< Distance > | [inline, private] |
| findNeighbors(ResultSet< DistanceType > &result, const ElementType *vec, const SearchParams &) const | rtflann::LshIndex< Distance > | [inline, virtual] |
| freeIndex() | rtflann::LshIndex< Distance > | [inline, protected, virtual] |
| getNeighbors(const ElementType *vec, bool do_radius, float radius, bool do_k, unsigned int k_nn, float &checked_average) | rtflann::LshIndex< Distance > | [inline, private] |
| getNeighbors(const ElementType *vec, ResultSet< DistanceType > &result) const | rtflann::LshIndex< Distance > | [inline, private] |
| getParameters() const | rtflann::NNIndex< Distance > | [inline, virtual] |
| getPoint(size_t id) | rtflann::NNIndex< Distance > | [inline, virtual] |
| getType() const | rtflann::LshIndex< Distance > | [inline, virtual] |
| id_to_index(size_t id) | rtflann::NNIndex< Distance > | [inline, protected] |
| ids_ | rtflann::NNIndex< Distance > | [protected] |
| index_params_ | rtflann::NNIndex< Distance > | [protected] |
| indices_to_ids(const size_t *in, size_t *out, size_t size) const | rtflann::NNIndex< Distance > | [inline, protected] |
| key_size_ | rtflann::LshIndex< Distance > | [private] |
| knnSearch(const Matrix< ElementType > &queries, Matrix< size_t > &indices, Matrix< DistanceType > &dists, size_t knn, const SearchParams ¶ms) const | rtflann::LshIndex< Distance > | [inline, virtual] |
| knnSearch(const Matrix< ElementType > &queries, std::vector< std::vector< size_t > > &indices, std::vector< std::vector< DistanceType > > &dists, size_t knn, const SearchParams ¶ms) const | rtflann::LshIndex< Distance > | [inline] |
| rtflann::NNIndex::knnSearch(const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, size_t knn, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| rtflann::NNIndex::knnSearch(const Matrix< ElementType > &queries, std::vector< std::vector< int > > &indices, std::vector< std::vector< DistanceType > > &dists, size_t knn, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| last_id_ | rtflann::NNIndex< Distance > | [protected] |
| loadIndex(FILE *stream) | rtflann::LshIndex< Distance > | [inline, virtual] |
| LshIndex(const IndexParams ¶ms=LshIndexParams(), Distance d=Distance()) | rtflann::LshIndex< Distance > | [inline] |
| LshIndex(const Matrix< ElementType > &input_data, const IndexParams ¶ms=LshIndexParams(), Distance d=Distance()) | rtflann::LshIndex< Distance > | [inline] |
| LshIndex(const LshIndex &other) | rtflann::LshIndex< Distance > | [inline] |
| multi_probe_level_ | rtflann::LshIndex< Distance > | [private] |
| NNIndex(Distance d) | rtflann::NNIndex< Distance > | [inline] |
| NNIndex(const IndexParams ¶ms, Distance d) | rtflann::NNIndex< Distance > | [inline] |
| NNIndex(const NNIndex &other) | rtflann::NNIndex< Distance > | [inline] |
| operator=(LshIndex other) | rtflann::LshIndex< Distance > | [inline] |
| points_ | rtflann::NNIndex< Distance > | [protected] |
| radiusSearch(const Matrix< ElementType > &queries, Matrix< size_t > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| radiusSearch(const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| radiusSearch(const Matrix< ElementType > &queries, std::vector< std::vector< size_t > > &indices, std::vector< std::vector< DistanceType > > &dists, float radius, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| radiusSearch(const Matrix< ElementType > &queries, std::vector< std::vector< int > > &indices, std::vector< std::vector< DistanceType > > &dists, float radius, const SearchParams ¶ms) const | rtflann::NNIndex< Distance > | [inline] |
| removed_ | rtflann::NNIndex< Distance > | [protected] |
| removed_count_ | rtflann::NNIndex< Distance > | [protected] |
| removed_points_ | rtflann::NNIndex< Distance > | [protected] |
| removedCount() const | rtflann::NNIndex< Distance > | [inline] |
| removePoint(size_t id) | rtflann::NNIndex< Distance > | [inline, virtual] |
| saveIndex(FILE *stream) | rtflann::LshIndex< Distance > | [inline, virtual] |
| ScoreIndexPair typedef | rtflann::LshIndex< Distance > | [private] |
| serialize(Archive &ar) | rtflann::LshIndex< Distance > | [inline] |
| setDataset(const Matrix< ElementType > &dataset) | rtflann::NNIndex< Distance > | [inline, protected] |
| size() const | rtflann::NNIndex< Distance > | [inline, virtual] |
| size_ | rtflann::NNIndex< Distance > | [protected] |
| size_at_build_ | rtflann::NNIndex< Distance > | [protected] |
| sizeAtBuild() const | rtflann::NNIndex< Distance > | [inline] |
| swap(LshIndex &other) | rtflann::LshIndex< Distance > | [inline, private] |
| rtflann::NNIndex::swap(NNIndex &other) | rtflann::NNIndex< Distance > | [inline, protected] |
| table_number_ | rtflann::LshIndex< Distance > | [private] |
| tables_ | rtflann::LshIndex< Distance > | [private] |
| usedMemory() const | rtflann::LshIndex< Distance > | [inline, virtual] |
| veclen() const | rtflann::NNIndex< Distance > | [inline, virtual] |
| veclen_ | rtflann::NNIndex< Distance > | [protected] |
| xor_masks_ | rtflann::LshIndex< Distance > | [private] |
| ~IndexBase() | rtflann::IndexBase | [inline, virtual] |
| ~LshIndex() | rtflann::LshIndex< Distance > | [inline, virtual] |
| ~NNIndex() | rtflann::NNIndex< Distance > | [inline, virtual] |