![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <result_set.h>
Public Member Functions | |
| BranchStruct () | |
| BranchStruct (const T &aNode, DistanceType dist) | |
| bool | operator< (const BranchStruct< T, DistanceType > &rhs) const |
Public Attributes | |
| T | node |
| DistanceType | mindist |
Definition at line 50 of file result_set.h.
|
inline |
Definition at line 55 of file result_set.h.
|
inline |
Definition at line 56 of file result_set.h.
|
inline |
Definition at line 58 of file result_set.h.
References flann::BranchStruct< T, DistanceType >::mindist.
| DistanceType flann::BranchStruct< T, DistanceType >::mindist |
Definition at line 53 of file result_set.h.
Referenced by flann::BranchStruct< T, DistanceType >::operator<().
| T flann::BranchStruct< T, DistanceType >::node |
Definition at line 52 of file result_set.h.