ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
flann::BranchStruct< T, DistanceType > Struct Template Reference

#include <result_set.h>

Public Member Functions

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

Public Attributes

node
 
DistanceType mindist
 

Detailed Description

template<typename T, typename DistanceType>
struct flann::BranchStruct< T, DistanceType >

Definition at line 50 of file result_set.h.

Constructor & Destructor Documentation

◆ BranchStruct() [1/2]

template<typename T , typename DistanceType >
flann::BranchStruct< T, DistanceType >::BranchStruct ( )
inline

Definition at line 55 of file result_set.h.

◆ BranchStruct() [2/2]

template<typename T , typename DistanceType >
flann::BranchStruct< T, DistanceType >::BranchStruct ( const T &  aNode,
DistanceType  dist 
)
inline

Definition at line 56 of file result_set.h.

Member Function Documentation

◆ operator<()

template<typename T , typename DistanceType >
bool flann::BranchStruct< T, DistanceType >::operator< ( const BranchStruct< T, DistanceType > &  rhs) const
inline

Definition at line 58 of file result_set.h.

References flann::BranchStruct< T, DistanceType >::mindist.

Member Data Documentation

◆ mindist

template<typename T , typename DistanceType >
DistanceType flann::BranchStruct< T, DistanceType >::mindist

Definition at line 53 of file result_set.h.

Referenced by flann::BranchStruct< T, DistanceType >::operator<().

◆ node

template<typename T , typename DistanceType >
T flann::BranchStruct< T, DistanceType >::node

Definition at line 52 of file result_set.h.


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