Nabo::BruteForceSearch< T > | Brute-force nearest neighbour |
Nabo::BruteForceSearchOpenCL< T > | KDTree, balanced, points in leaves, stack, implicit bounds, balance aspect ratio |
Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap >::BucketEntry | Entry in a bucket |
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::BuildPoint | Point during kd-tree construction |
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::CompareDim | Functor to compare point values on a given dimension |
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T >::CompareDim | Functor to compare point values on a given dimension |
Nabo::ContextManager | Create and manage CL contexts and corresponding source caches |
Nabo::EnableCLTypeSupport< T > | Template to retrieve type-specific code for CL support |
Nabo::EnableCLTypeSupport< double > | CL support code for double |
Nabo::EnableCLTypeSupport< float > | CL support code for float |
Nabo::IndexHeapSTL< IT, VT >::Entry | Entry of the heap tree |
Nabo::IndexHeapBruteForceVector< IT, VT >::Entry | Entry of the heap vector |
Nabo::IndexHeapBruteForceVector< IT, VT > | Brute-force implementation of heap |
Nabo::IndexHeapSTL< IT, VT > | Balanced-tree implementation of heap |
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T > | KDTree, balanced, points in leaves, stack, implicit bounds, balance aspect ratio |
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T > | KDTree, balanced, points in nodes, stack, implicit bounds, balance aspect ratio |
Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap > | KDTree, unbalanced, points in leaves, stack, implicit bounds, ANN_KD_SL_MIDPT, optimised implementation |
Nabo::NearestNeighbourSearch< T > | Nearest neighbour search interface, templatized on scalar type |
Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap >::Node | Search node |
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::Node | Tree node for CL |
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T >::Node | Tree node for CL |
Nabo::OpenCLSearch< T > | OpenCL support for nearest neighbour search |
Nabo::Parameters | Parameter vector |
Nabo::SourceCacher | Cache CL source code (including defines and support code) |