Public Member Functions | Public Attributes
nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType > Struct Template Reference

#include <nanoflann.hpp>

List of all members.

Public Member Functions

 BranchStruct ()
 BranchStruct (const T &aNode, DistanceType dist)
bool operator< (const BranchStruct< T, DistanceType > &rhs) const

Public Attributes

DistanceType mindist
T node

Detailed Description

template<typename Distance, class DatasetAdaptor, int DIM = -1, typename IndexType = size_t>
template<typename T, typename DistanceType>
struct nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >

This record represents a branch point when finding neighbors in the tree. It contains a record of the minimum distance to the query point, as well as the node at which the search resumes.

Definition at line 809 of file nanoflann.hpp.


Constructor & Destructor Documentation

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
template<typename T , typename DistanceType >
nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::BranchStruct ( ) [inline]

Definition at line 814 of file nanoflann.hpp.

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
template<typename T , typename DistanceType >
nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::BranchStruct ( const T aNode,
DistanceType  dist 
) [inline]

Definition at line 815 of file nanoflann.hpp.


Member Function Documentation

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
template<typename T , typename DistanceType >
bool nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::operator< ( const BranchStruct< T, DistanceType > &  rhs) const [inline]

Definition at line 817 of file nanoflann.hpp.


Member Data Documentation

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
template<typename T , typename DistanceType >
DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::mindist

Definition at line 812 of file nanoflann.hpp.

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
template<typename T , typename DistanceType >
T nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::node

Definition at line 811 of file nanoflann.hpp.


The documentation for this struct was generated from the following file:


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:41:08