|
Public Types | |
typedef IndexT | IndexType |
typedef ScalarT | ScalarType |
Public Member Functions | |
NN () | |
NN (ScalarType d, IndexType i) | |
operator IndexType () const | |
operator IndexType & () | |
operator ScalarType () const | |
bool | operator!= (const NN &nn) const |
bool | operator< (const NN &nn) const |
bool | operator<= (const NN &nn) const |
bool | operator== (const NN &nn) const |
bool | operator> (const NN &nn) const |
bool | operator>= (const NN &nn) const |
Public Attributes | |
IndexType | index |
ScalarType | sqrDist |
Definition at line 8 of file NearestNeighbor.h.
typedef IndexT IndexType |
Definition at line 11 of file NearestNeighbor.h.
typedef ScalarT ScalarType |
Definition at line 10 of file NearestNeighbor.h.
|
inline |
Definition at line 14 of file NearestNeighbor.h.
|
inline |
Definition at line 15 of file NearestNeighbor.h.
|
inline |
Definition at line 43 of file NearestNeighbor.h.
|
inline |
Definition at line 47 of file NearestNeighbor.h.
|
inline |
Definition at line 51 of file NearestNeighbor.h.
|
inline |
Definition at line 39 of file NearestNeighbor.h.
|
inline |
Definition at line 19 of file NearestNeighbor.h.
|
inline |
Definition at line 27 of file NearestNeighbor.h.
|
inline |
Definition at line 35 of file NearestNeighbor.h.
|
inline |
Definition at line 23 of file NearestNeighbor.h.
|
inline |
Definition at line 31 of file NearestNeighbor.h.
IndexType index |
Definition at line 13 of file NearestNeighbor.h.
ScalarType sqrDist |
Definition at line 12 of file NearestNeighbor.h.