header for implementation More...
Go to the source code of this file.
Classes | |
struct | Nabo::BruteForceSearch< T, CloudType > |
Brute-force nearest neighbour. More... | |
struct | Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry |
entry in a bucket More... | |
struct | Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType > |
KDTree, unbalanced, points in leaves, stack, implicit bounds, ANN_KD_SL_MIDPT, optimised implementation. More... | |
struct | Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::Node |
search node More... | |
Namespaces | |
Nabo | |
Namespace for Nabo. | |
Macros | |
#define | _UNUSED |
Functions | |
template<typename T , typename A , typename B > | |
T | Nabo::dist2 (const A &v0, const B &v1) |
Euclidean distance. More... | |
header for implementation
Definition in file nabo_private.h.
#define _UNUSED |
Definition at line 50 of file nabo_private.h.