Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > Member List
This is the complete list of members for Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType >, including all inherited members.
ALLOW_SELF_MATCH enum valueNabo::NearestNeighbourSearch< T, CloudType >
BRUTE_FORCE enum valueNabo::NearestNeighbourSearch< T, CloudType >
BRUTE_FORCE_CL enum valueNabo::NearestNeighbourSearch< T, CloudType >
buildNodes(const BuildPointsIt first, const BuildPointsIt last, const size_t pos, const Vector minValues, const Vector maxValues, const bool balanceVariance)Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
BuildPoints typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
BuildPointsCstIt typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
BuildPointsIt typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
checkSizesKnn(const Matrix &query, const IndexMatrix &indices, const Matrix &dists2, const Index k, const unsigned optionFlags, const Vector *maxRadii=0) constNabo::NearestNeighbourSearch< T, CloudType > [protected]
childLeft(size_t pos) const Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [inline, protected]
childRight(size_t pos) const Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [inline, protected]
cloudNabo::NearestNeighbourSearch< T, CloudType >
CloudType typedefNabo::NearestNeighbourSearch< T, CloudType >
create(const CloudType &cloud, const Index dim=std::numeric_limits< Index >::max(), const SearchType preferedType=KDTREE_LINEAR_HEAP, const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [static]
create(const WrongMatrixType &cloud, const Index dim=std::numeric_limits< Index >::max(), const SearchType preferedType=KDTREE_LINEAR_HEAP, const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [inline, static]
createBruteForce(const CloudType &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0)Nabo::NearestNeighbourSearch< T, CloudType > [static]
createBruteForce(const WrongMatrixType &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0)Nabo::NearestNeighbourSearch< T, CloudType > [inline, static]
createKDTreeLinearHeap(const CloudType &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [static]
createKDTreeLinearHeap(const WrongMatrixType &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [inline, static]
createKDTreeTreeHeap(const CloudType &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [static]
createKDTreeTreeHeap(const WrongMatrixType &, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters())Nabo::NearestNeighbourSearch< T, CloudType > [inline, static]
CreationOptionFlags enum nameNabo::NearestNeighbourSearch< T, CloudType >
creationOptionFlagsNabo::NearestNeighbourSearch< T, CloudType >
dimNabo::NearestNeighbourSearch< T, CloudType >
getTreeSize(size_t size) const Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
Heap typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
Index typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType >
IndexMatrix typedefNabo::NearestNeighbourSearch< T, CloudType >
IndexVector typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType >
KDTREE_CL_PT_IN_LEAVES enum valueNabo::NearestNeighbourSearch< T, CloudType >
KDTREE_CL_PT_IN_NODES enum valueNabo::NearestNeighbourSearch< T, CloudType >
KDTREE_LINEAR_HEAP enum valueNabo::NearestNeighbourSearch< T, CloudType >
KDTREE_TREE_HEAP enum valueNabo::NearestNeighbourSearch< T, CloudType >
KDTreeBalancedPtInLeavesStack(const CloudType &cloud, const bool balanceVariance)Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType >
knn(const Vector &query, const Index k, const T epsilon, const unsigned optionFlags)Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [virtual]
NearestNeighbourSearch< T, CloudType >::knn(const Vector &query, IndexVector &indices, Vector &dists2, const Index k=1, const T epsilon=0, const unsigned optionFlags=0, const T maxRadius=std::numeric_limits< T >::infinity()) constNabo::NearestNeighbourSearch< T, CloudType >
NearestNeighbourSearch< T, CloudType >::knn(const Matrix &query, IndexMatrix &indices, Matrix &dists2, const Index k=1, const T epsilon=0, const unsigned optionFlags=0, const T maxRadius=std::numeric_limits< T >::infinity()) const =0Nabo::NearestNeighbourSearch< T, CloudType > [pure virtual]
NearestNeighbourSearch< T, CloudType >::knn(const Matrix &query, IndexMatrix &indices, Matrix &dists2, const Vector &maxRadii, const Index k=1, const T epsilon=0, const unsigned optionFlags=0) const =0Nabo::NearestNeighbourSearch< T, CloudType > [pure virtual]
Matrix typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType >
maxBoundNabo::NearestNeighbourSearch< T, CloudType >
minBoundNabo::NearestNeighbourSearch< T, CloudType >
NearestNeighbourSearch(const CloudType &cloud, const Index dim, const unsigned creationOptionFlags)Nabo::NearestNeighbourSearch< T, CloudType > [protected]
nodesNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
Nodes typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
parent(size_t pos) const Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [inline, protected]
recurseKnn(const Vector &query, const size_t n, T rd, Heap &heap, Vector &off, const T maxError, const bool allowSelfMatch)Nabo::KDTreeBalancedPtInLeavesStack< T, CloudType > [protected]
SEARCH_TYPE_COUNT enum valueNabo::NearestNeighbourSearch< T, CloudType >
SearchOptionFlags enum nameNabo::NearestNeighbourSearch< T, CloudType >
SearchType enum nameNabo::NearestNeighbourSearch< T, CloudType >
SORT_RESULTS enum valueNabo::NearestNeighbourSearch< T, CloudType >
TOUCH_STATISTICS enum valueNabo::NearestNeighbourSearch< T, CloudType >
Vector typedefNabo::KDTreeBalancedPtInLeavesStack< T, CloudType >
~NearestNeighbourSearch()Nabo::NearestNeighbourSearch< T, CloudType > [inline, virtual]


libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Sep 10 2015 10:54:55