| ALLOW_SELF_MATCH enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | BRUTE_FORCE enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | BRUTE_FORCE_CL enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | buildNodes(const BuildPointsIt first, const BuildPointsIt last, const size_t pos) | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | BuildPoints typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | BuildPointsCstIt typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | BuildPointsIt typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | checkSizesKnn(const Matrix &query, const IndexMatrix &indices, const Matrix &dists2, const Index k, const unsigned optionFlags, const Vector *maxRadii=0) const | Nabo::NearestNeighbourSearch< T, CloudType > | protected | 
  | childLeft(size_t pos) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | inlineprotected | 
  | childRight(size_t pos) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | inlineprotected | 
  | cloud | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | cloudIndexesFromNodesIndexes(const IndexVector &indexes) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | CloudType typedef | Nabo::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 > | inlinestatic | 
  | 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 > | inlinestatic | 
  | 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 > | inlinestatic | 
  | 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 > | inlinestatic | 
  | CreationOptionFlags enum name | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | creationOptionFlags | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | dim | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | dump(const Vector minValues, const Vector maxValues, const size_t pos) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | getTreeSize(size_t size) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | Index typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > |  | 
  | IndexMatrix typedef | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | IndexVector typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > |  | 
  | InvalidIndex | Nabo::NearestNeighbourSearch< T, CloudType > | static | 
  | InvalidValue | Nabo::NearestNeighbourSearch< T, CloudType > | static | 
  | KDTREE_CL_PT_IN_LEAVES enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | KDTREE_CL_PT_IN_NODES enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | KDTREE_LINEAR_HEAP enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | KDTREE_TREE_HEAP enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | KDTreeBalancedPtInNodes(const CloudType &cloud) | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | 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()) const | Nabo::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=0 | Nabo::NearestNeighbourSearch< T, CloudType > | pure virtual | 
  | knn(const Matrix &query, IndexMatrix &indices, Matrix &dists2, const Vector &maxRadii, const Index k=1, const T epsilon=0, const unsigned optionFlags=0) const=0 | Nabo::NearestNeighbourSearch< T, CloudType > | pure virtual | 
  | Matrix typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > |  | 
  | maxBound | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | minBound | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | NearestNeighbourSearch(const CloudType &cloud, const Index dim, const unsigned creationOptionFlags) | Nabo::NearestNeighbourSearch< T, CloudType > | protected | 
  | Nodes typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | nodes | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | protected | 
  | parent(size_t pos) const | Nabo::KDTreeBalancedPtInNodes< T, CloudType > | inlineprotected | 
  | SEARCH_TYPE_COUNT enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | SearchOptionFlags enum name | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | SearchType enum name | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | SORT_RESULTS enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | TOUCH_STATISTICS enum value | Nabo::NearestNeighbourSearch< T, CloudType > |  | 
  | Vector typedef | Nabo::KDTreeBalancedPtInNodes< T, CloudType > |  | 
  | ~NearestNeighbourSearch() | Nabo::NearestNeighbourSearch< T, CloudType > | inlinevirtual |