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