OpenCV  3.1.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cvflann::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

DistanceType mindist
 
node
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

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

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