, including all inherited members.
ALLOW_SELF_MATCH enum value | Nabo::NearestNeighbourSearch< T > | |
BRUTE_FORCE enum value | Nabo::NearestNeighbourSearch< T > | |
BRUTE_FORCE_CL enum value | Nabo::NearestNeighbourSearch< T > | |
buildNodes(const BuildPointsIt first, const BuildPointsIt last, const size_t pos, const Vector minValues, const Vector maxValues) | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
BuildPoints typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
BuildPointsCstIt typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
BuildPointsIt typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
checkSizesKnn(const Matrix &query, const IndexMatrix &indices, const Matrix &dists2, const Index k, const Vector *maxRadii=0) const | Nabo::NearestNeighbourSearch< T > | [inline, protected] |
childLeft(size_t pos) const | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
childRight(size_t pos) const | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
cloud | Nabo::NearestNeighbourSearch< T > | |
cloudCL | Nabo::OpenCLSearch< T > | [protected] |
context | Nabo::OpenCLSearch< T > | [protected] |
create(const Matrix &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 > | [inline, static] |
createBruteForce(const Matrix &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0) | Nabo::NearestNeighbourSearch< T > | [inline, static] |
createKDTreeLinearHeap(const Matrix &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters()) | Nabo::NearestNeighbourSearch< T > | [inline, static] |
createKDTreeTreeHeap(const Matrix &cloud, const Index dim=std::numeric_limits< Index >::max(), const unsigned creationOptionFlags=0, const Parameters &additionalParameters=Parameters()) | Nabo::NearestNeighbourSearch< T > | [inline, static] |
creationOptionFlags | Nabo::NearestNeighbourSearch< T > | |
CreationOptionFlags enum name | Nabo::NearestNeighbourSearch< T > | |
deviceType | Nabo::OpenCLSearch< T > | [protected] |
dim | Nabo::NearestNeighbourSearch< T > | |
getTreeDepth(size_t size) const | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
getTreeSize(size_t size) const | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
Index typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | |
IndexMatrix typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | |
IndexVector typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | |
initOpenCL(const char *clFileName, const char *kernelName, const std::string &additionalDefines="") | Nabo::OpenCLSearch< T > | [inline, protected] |
KDTREE_CL_PT_IN_LEAVES enum value | Nabo::NearestNeighbourSearch< T > | |
KDTREE_CL_PT_IN_NODES enum value | Nabo::NearestNeighbourSearch< T > | |
KDTREE_LINEAR_HEAP enum value | Nabo::NearestNeighbourSearch< T > | |
KDTREE_TREE_HEAP enum value | Nabo::NearestNeighbourSearch< T > | |
KDTreeBalancedPtInLeavesStackOpenCL(const Matrix &cloud, const Index dim, const unsigned creationOptionFlags, const cl_device_type deviceType) | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline] |
knn(const Matrix &query, IndexMatrix &indices, Matrix &dists2, const Index k, const T epsilon, const unsigned optionFlags, const T maxRadius) const | Nabo::OpenCLSearch< T > | [inline, virtual] |
Nabo::NearestNeighbourSearch::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 > | [inline] |
Nabo::NearestNeighbourSearch::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 > | [pure virtual] |
knnKernel | Nabo::OpenCLSearch< T > | [mutable, protected] |
Matrix typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | |
maxBound | Nabo::NearestNeighbourSearch< T > | |
minBound | Nabo::NearestNeighbourSearch< T > | |
NearestNeighbourSearch(const Matrix &cloud, const Index dim, const unsigned creationOptionFlags) | Nabo::NearestNeighbourSearch< T > | [inline, protected] |
nodes | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
Nodes typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
nodesCL | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [protected] |
OpenCLSearch(const Matrix &cloud, const Index dim, const unsigned creationOptionFlags, const cl_device_type deviceType) | Nabo::OpenCLSearch< T > | [inline, protected] |
parent(size_t pos) const | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | [inline, protected] |
queue | Nabo::OpenCLSearch< T > | [protected] |
SEARCH_TYPE_COUNT enum value | Nabo::NearestNeighbourSearch< T > | |
SearchOptionFlags enum name | Nabo::NearestNeighbourSearch< T > | |
SearchType enum name | Nabo::NearestNeighbourSearch< T > | |
SORT_RESULTS enum value | Nabo::NearestNeighbourSearch< T > | |
TOUCH_STATISTICS enum value | Nabo::NearestNeighbourSearch< T > | |
Vector typedef | Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | |
~NearestNeighbourSearch() | Nabo::NearestNeighbourSearch< T > | [inline, virtual] |