|
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 15 of file NearestNeighbor.h.
|
inline |
Definition at line 19 of file NearestNeighbor.h.
|
inline |
Definition at line 59 of file NearestNeighbor.h.
|
inline |
Definition at line 64 of file NearestNeighbor.h.
|
inline |
Definition at line 69 of file NearestNeighbor.h.
|
inline |
Definition at line 54 of file NearestNeighbor.h.
|
inline |
Definition at line 24 of file NearestNeighbor.h.
|
inline |
Definition at line 36 of file NearestNeighbor.h.
|
inline |
Definition at line 48 of file NearestNeighbor.h.
|
inline |
Definition at line 30 of file NearestNeighbor.h.
|
inline |
Definition at line 42 of file NearestNeighbor.h.
IndexType index |
Definition at line 13 of file NearestNeighbor.h.
ScalarType sqrDist |
Definition at line 12 of file NearestNeighbor.h.