libnabo 1.0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
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 >::BucketEntryEntry in a bucket
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::BuildPointPoint during kd-tree construction
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::CompareDimFunctor to compare point values on a given dimension
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T >::CompareDimFunctor to compare point values on a given dimension
Nabo::ContextManagerCreate 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 >::EntryEntry of the heap tree
Nabo::IndexHeapBruteForceVector< IT, VT >::EntryEntry 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 >::NodeSearch node
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::NodeTree node for CL
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T >::NodeTree node for CL
Nabo::OpenCLSearch< T >OpenCL support for nearest neighbour search
Nabo::ParametersParameter vector
Nabo::SourceCacherCache CL source code (including defines and support code)