rtflann::AutotunedIndex< Distance > Member List
This is the complete list of members for rtflann::AutotunedIndex< Distance >, including all inherited members.
addPoints(const Matrix< ElementType > &points, float rebuild_threshold=2)rtflann::AutotunedIndex< Distance > [inline, virtual]
AutotunedIndex(const Matrix< ElementType > &inputData, const IndexParams &params=AutotunedIndexParams(), Distance d=Distance())rtflann::AutotunedIndex< Distance > [inline]
AutotunedIndex(const IndexParams &params=AutotunedIndexParams(), Distance d=Distance())rtflann::AutotunedIndex< Distance > [inline]
AutotunedIndex(const AutotunedIndex &other)rtflann::AutotunedIndex< Distance > [inline]
BaseClass typedefrtflann::AutotunedIndex< Distance >
bestIndex_rtflann::AutotunedIndex< Distance > [private]
bestParams_rtflann::AutotunedIndex< Distance > [private]
bestSearchParams_rtflann::AutotunedIndex< Distance > [private]
build_weight_rtflann::AutotunedIndex< Distance > [private]
buildIndex()rtflann::AutotunedIndex< Distance > [inline, virtual]
buildIndex(const Matrix< ElementType > &dataset)rtflann::AutotunedIndex< Distance > [inline, virtual]
buildIndexImpl()rtflann::AutotunedIndex< Distance > [inline, protected, virtual]
cleanRemovedPoints()rtflann::NNIndex< Distance > [inline, protected]
clone() const rtflann::AutotunedIndex< Distance > [inline, virtual]
data_ptr_rtflann::NNIndex< Distance > [protected]
dataset_rtflann::AutotunedIndex< Distance > [private]
distance_rtflann::NNIndex< Distance > [protected]
DistanceType typedefrtflann::AutotunedIndex< Distance >
ElementType typedefrtflann::AutotunedIndex< Distance >
estimateBuildParams()rtflann::AutotunedIndex< Distance > [inline, private]
estimateSearchParams(SearchParams &searchParams)rtflann::AutotunedIndex< Distance > [inline, private]
evaluate_kdtree(CostData &cost)rtflann::AutotunedIndex< Distance > [inline, private]
evaluate_kmeans(CostData &cost)rtflann::AutotunedIndex< Distance > [inline, private]
extendDataset(const Matrix< ElementType > &new_points)rtflann::NNIndex< Distance > [inline, protected]
findNeighbors(ResultSet< DistanceType > &result, const ElementType *vec, const SearchParams &searchParams) const rtflann::AutotunedIndex< Distance > [inline, virtual]
freeIndex()rtflann::AutotunedIndex< Distance > [inline, protected, virtual]
getParameters() const rtflann::AutotunedIndex< Distance > [inline, virtual]
getPoint(size_t id)rtflann::NNIndex< Distance > [inline, virtual]
getSearchParameters() const rtflann::AutotunedIndex< Distance > [inline]
getSpeedup() const rtflann::AutotunedIndex< Distance > [inline]
getType() const rtflann::AutotunedIndex< Distance > [inline, virtual]
gt_matches_rtflann::AutotunedIndex< Distance > [private]
id_to_index(size_t id)rtflann::NNIndex< Distance > [inline, protected]
ids_rtflann::NNIndex< Distance > [protected]
index_params_rtflann::NNIndex< Distance > [protected]
IndexType typedefrtflann::AutotunedIndex< Distance >
indices_to_ids(const size_t *in, size_t *out, size_t size) const rtflann::NNIndex< Distance > [inline, protected]
knnSearch(const Matrix< ElementType > &queries, Matrix< size_t > &indices, Matrix< DistanceType > &dists, size_t knn, const SearchParams &params) const rtflann::AutotunedIndex< 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 &params) const rtflann::AutotunedIndex< Distance > [inline, virtual]
rtflann::NNIndex::knnSearch(const Matrix< ElementType > &queries, std::vector< std::vector< int > > &indices, std::vector< std::vector< DistanceType > > &dists, size_t knn, const SearchParams &params) const rtflann::NNIndex< Distance > [inline]
last_id_rtflann::NNIndex< Distance > [protected]
loadIndex(FILE *stream)rtflann::AutotunedIndex< Distance > [inline, virtual]
memory_weight_rtflann::AutotunedIndex< Distance > [private]
needs_kdtree_distance typedefrtflann::AutotunedIndex< Distance >
NNIndex(Distance d)rtflann::NNIndex< Distance > [inline]
NNIndex(const IndexParams &params, Distance d)rtflann::NNIndex< Distance > [inline]
NNIndex(const NNIndex &other)rtflann::NNIndex< Distance > [inline]
operator=(AutotunedIndex other)rtflann::AutotunedIndex< Distance > [inline]
optimizeKDTree(std::vector< CostData > &costs)rtflann::AutotunedIndex< Distance > [inline, private]
optimizeKMeans(std::vector< CostData > &costs)rtflann::AutotunedIndex< Distance > [inline, private]
points_rtflann::NNIndex< Distance > [protected]
radiusSearch(const Matrix< ElementType > &queries, Matrix< size_t > &indices, Matrix< DistanceType > &dists, DistanceType radius, const SearchParams &params) const rtflann::AutotunedIndex< Distance > [inline]
radiusSearch(const Matrix< ElementType > &queries, std::vector< std::vector< size_t > > &indices, std::vector< std::vector< DistanceType > > &dists, DistanceType radius, const SearchParams &params) const rtflann::AutotunedIndex< Distance > [inline]
rtflann::NNIndex::radiusSearch(const Matrix< ElementType > &queries, Matrix< size_t > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams &params) const rtflann::NNIndex< Distance > [inline, virtual]
rtflann::NNIndex::radiusSearch(const Matrix< ElementType > &queries, Matrix< int > &indices, Matrix< DistanceType > &dists, float radius, const SearchParams &params) const rtflann::NNIndex< Distance > [inline]
rtflann::NNIndex::radiusSearch(const Matrix< ElementType > &queries, std::vector< std::vector< size_t > > &indices, std::vector< std::vector< DistanceType > > &dists, float radius, const SearchParams &params) const rtflann::NNIndex< Distance > [inline, virtual]
rtflann::NNIndex::radiusSearch(const Matrix< ElementType > &queries, std::vector< std::vector< int > > &indices, std::vector< std::vector< DistanceType > > &dists, float radius, const SearchParams &params) 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::AutotunedIndex< Distance > [inline, virtual]
sample_fraction_rtflann::AutotunedIndex< Distance > [private]
sampledDataset_rtflann::AutotunedIndex< Distance > [private]
saveIndex(FILE *stream)rtflann::AutotunedIndex< Distance > [inline, virtual]
serialize(Archive &ar)rtflann::AutotunedIndex< Distance > [inline]
setDataset(const Matrix< ElementType > &dataset)rtflann::NNIndex< Distance > [inline, protected]
size() const rtflann::AutotunedIndex< Distance > [inline, virtual]
size_rtflann::NNIndex< Distance > [protected]
size_at_build_rtflann::NNIndex< Distance > [protected]
sizeAtBuild() const rtflann::NNIndex< Distance > [inline]
speedup_rtflann::AutotunedIndex< Distance > [private]
swap(AutotunedIndex &other)rtflann::AutotunedIndex< Distance > [inline, private]
rtflann::NNIndex::swap(NNIndex &other)rtflann::NNIndex< Distance > [inline, protected]
target_precision_rtflann::AutotunedIndex< Distance > [private]
testDataset_rtflann::AutotunedIndex< Distance > [private]
usedMemory() const rtflann::AutotunedIndex< Distance > [inline, virtual]
veclen() const rtflann::AutotunedIndex< Distance > [inline, virtual]
veclen_rtflann::NNIndex< Distance > [protected]
~AutotunedIndex()rtflann::AutotunedIndex< Distance > [inline, virtual]
~IndexBase()rtflann::IndexBase [inline, virtual]
~NNIndex()rtflann::NNIndex< Distance > [inline, virtual]


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:42