Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
Associates an index with a distance. More...
#include <indexSquaredDistance.h>
Public Member Functions | |
bool | operator< (const IndexSquaredDistance &other) const |
Comparison operator based on squared_distance. | |
Public Attributes | |
Index | index {-1} |
Scalar | squared_distance { std::numeric_limits<Scalar>::max() } |
Distance to the closest point. | |
Associates an index with a distance.
Definition at line 18 of file indexSquaredDistance.h.
|
inline |
Comparison operator based on squared_distance.
Definition at line 27 of file indexSquaredDistance.h.
Index Ponca::IndexSquaredDistance< Index, Scalar >::index {-1} |
Definition at line 21 of file indexSquaredDistance.h.
Scalar Ponca::IndexSquaredDistance< Index, Scalar >::squared_distance { std::numeric_limits<Scalar>::max() } |
Distance to the closest point.
Definition at line 24 of file indexSquaredDistance.h.