|
|
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 10 of file NearestNeighbors.h.
| typedef HandleT HandleType |
Definition at line 13 of file NearestNeighbors.h.
| typedef Scalar ScalarType |
Definition at line 12 of file NearestNeighbors.h.
|
inline |
Definition at line 15 of file NearestNeighbors.h.
|
inline |
Definition at line 19 of file NearestNeighbors.h.
|
inline |
Definition at line 52 of file NearestNeighbors.h.
|
inline |
Definition at line 47 of file NearestNeighbors.h.
|
inline |
Definition at line 24 of file NearestNeighbors.h.
|
inline |
Definition at line 36 of file NearestNeighbors.h.
|
inline |
Definition at line 30 of file NearestNeighbors.h.
|
inline |
Definition at line 42 of file NearestNeighbors.h.
| HandleType index |
Definition at line 57 of file NearestNeighbors.h.
| ScalarType sqrDist |
Definition at line 58 of file NearestNeighbors.h.