#include <result_set.h>
Public Member Functions | |
bool | operator< (const BranchStruct< T > &rhs) |
Static Public Member Functions | |
static BranchStruct< T > | make_branch (const T &aNode, float dist) |
Public Attributes | |
float | mindistsq |
T | node |
Definition at line 52 of file result_set.h.
static BranchStruct<T> cvflann::BranchStruct< T >::make_branch | ( | const T & | aNode, | |
float | dist | |||
) | [inline, static] |
Definition at line 61 of file result_set.h.
bool cvflann::BranchStruct< T >::operator< | ( | const BranchStruct< T > & | rhs | ) | [inline] |
Definition at line 56 of file result_set.h.
float cvflann::BranchStruct< T >::mindistsq |
Definition at line 54 of file result_set.h.
T cvflann::BranchStruct< T >::node |
Definition at line 53 of file result_set.h.