#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 |
T | node |
Definition at line 50 of file result_set.h.
rtflann::BranchStruct< T, DistanceType >::BranchStruct | ( | ) | [inline] |
Definition at line 55 of file result_set.h.
rtflann::BranchStruct< T, DistanceType >::BranchStruct | ( | const T & | aNode, |
DistanceType | dist | ||
) | [inline] |
Definition at line 56 of file result_set.h.
bool rtflann::BranchStruct< T, DistanceType >::operator< | ( | const BranchStruct< T, DistanceType > & | rhs | ) | const [inline] |
Definition at line 58 of file result_set.h.
DistanceType rtflann::BranchStruct< T, DistanceType >::mindist |
Definition at line 53 of file result_set.h.
T rtflann::BranchStruct< T, DistanceType >::node |
Definition at line 52 of file result_set.h.