#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 78 of file result_set.h.
|
inline |
Definition at line 111 of file result_set.h.
|
inline |
Definition at line 112 of file result_set.h.
|
inline |
Definition at line 114 of file result_set.h.
| DistanceType rtflann::BranchStruct< T, DistanceType >::mindist |
Definition at line 109 of file result_set.h.
| T rtflann::BranchStruct< T, DistanceType >::node |
Definition at line 108 of file result_set.h.