#include <nabo_experimental.h>
Classes | |
struct | SearchElement |
Public Types | |
typedef NearestNeighbourSearch < T, CloudType >::Index | Index |
an index to a Vector or a Matrix, for refering to data points | |
typedef NearestNeighbourSearch < T, CloudType >::IndexVector | IndexVector |
a vector of indices to data points | |
typedef NearestNeighbourSearch < T, CloudType >::Matrix | Matrix |
a column-major Eigen matrix in which each column is a point; this matrix has dim rows | |
typedef KDTreeBalancedPtInNodes< T, CloudType >::Node | Node |
typedef KDTreeBalancedPtInNodes< T, CloudType >::Nodes | Nodes |
typedef NearestNeighbourSearch < T, CloudType >::Vector | Vector |
an Eigen vector of type T, to hold the coordinates of a point | |
Public Member Functions | |
KDTreeBalancedPtInNodesPQ (const CloudType &cloud) | |
virtual IndexVector | knn (const Vector &query, const Index k, const T epsilon, const unsigned optionFlags) |
Definition at line 92 of file nabo_experimental.h.
typedef NearestNeighbourSearch<T, CloudType>::Index Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::Index |
an index to a Vector or a Matrix, for refering to data points
Reimplemented from Nabo::KDTreeBalancedPtInNodes< T, CloudType >.
Definition at line 96 of file nabo_experimental.h.
typedef NearestNeighbourSearch<T, CloudType>::IndexVector Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::IndexVector |
a vector of indices to data points
Reimplemented from Nabo::KDTreeBalancedPtInNodes< T, CloudType >.
Definition at line 97 of file nabo_experimental.h.
typedef NearestNeighbourSearch<T, CloudType>::Matrix Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::Matrix |
a column-major Eigen matrix in which each column is a point; this matrix has dim rows
Reimplemented from Nabo::KDTreeBalancedPtInNodes< T, CloudType >.
Definition at line 95 of file nabo_experimental.h.
typedef KDTreeBalancedPtInNodes<T, CloudType>::Node Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::Node |
Definition at line 98 of file nabo_experimental.h.
typedef KDTreeBalancedPtInNodes<T, CloudType>::Nodes Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::Nodes |
Reimplemented from Nabo::KDTreeBalancedPtInNodes< T, CloudType >.
Definition at line 99 of file nabo_experimental.h.
typedef NearestNeighbourSearch<T, CloudType>::Vector Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::Vector |
an Eigen vector of type T, to hold the coordinates of a point
Reimplemented from Nabo::KDTreeBalancedPtInNodes< T, CloudType >.
Definition at line 94 of file nabo_experimental.h.
Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::KDTreeBalancedPtInNodesPQ | ( | const CloudType & | cloud | ) |
Definition at line 198 of file experimental/kdtree_cpu.cpp.
KDTreeBalancedPtInNodesPQ< T, CloudType >::IndexVector Nabo::KDTreeBalancedPtInNodesPQ< T, CloudType >::knn | ( | const Vector & | query, |
const Index | k, | ||
const T | epsilon, | ||
const unsigned | optionFlags | ||
) | [virtual] |
Definition at line 204 of file experimental/kdtree_cpu.cpp.