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