Public Member Functions | Public Attributes
cvflann::BranchStruct< T, DistanceType > Struct Template Reference

#include <result_set.h>

List of all members.

Public Member Functions

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

Public Attributes

T node
DistanceType mindist

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


Constructor & Destructor Documentation

template<typename T , typename DistanceType >
cvflann::BranchStruct< T, DistanceType >::BranchStruct ( )
template<typename T , typename DistanceType >
cvflann::BranchStruct< T, DistanceType >::BranchStruct ( const T aNode,
DistanceType  dist 
)

Member Function Documentation

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

Member Data Documentation

template<typename T , typename DistanceType >
T cvflann::BranchStruct< T, DistanceType >::node
template<typename T , typename DistanceType >
DistanceType cvflann::BranchStruct< T, DistanceType >::mindist

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