|
Public Types | |
typedef HandleT | HandleType |
typedef Scalar | ScalarType |
Public Member Functions | |
NearestNeighbor () | |
NearestNeighbor (HandleType i, ScalarType d) | |
operator const HandleType & () const | |
operator HandleType & () | |
bool | operator< (const NearestNeighbor &nn) const |
bool | operator<= (const NearestNeighbor &nn) const |
bool | operator> (const NearestNeighbor &nn) const |
bool | operator>= (const NearestNeighbor &nn) const |
Public Attributes | |
HandleType | index |
ScalarType | sqrDist |
Definition at line 9 of file NearestNeighbors.h.
typedef HandleT HandleType |
Definition at line 12 of file NearestNeighbors.h.
typedef Scalar ScalarType |
Definition at line 11 of file NearestNeighbors.h.
|
inline |
Definition at line 14 of file NearestNeighbors.h.
|
inline |
Definition at line 17 of file NearestNeighbors.h.
|
inline |
Definition at line 47 of file NearestNeighbors.h.
|
inline |
Definition at line 42 of file NearestNeighbors.h.
|
inline |
Definition at line 22 of file NearestNeighbors.h.
|
inline |
Definition at line 32 of file NearestNeighbors.h.
|
inline |
Definition at line 27 of file NearestNeighbors.h.
|
inline |
Definition at line 37 of file NearestNeighbors.h.
HandleType index |
Definition at line 52 of file NearestNeighbors.h.
ScalarType sqrDist |
Definition at line 53 of file NearestNeighbors.h.