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

#include <nanoflann.hpp>

Public Member Functions

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

Public Attributes

DistanceType mindist
 
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 704 of file nanoflann.hpp.

Constructor & Destructor Documentation

◆ BranchStruct() [1/2]

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 709 of file nanoflann.hpp.

◆ BranchStruct() [2/2]

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 710 of file nanoflann.hpp.

Member Function Documentation

◆ operator<()

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 712 of file nanoflann.hpp.

Member Data Documentation

◆ mindist

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 707 of file nanoflann.hpp.

◆ node

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 706 of file nanoflann.hpp.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:28