|
Ponca
b63e69866b9b277a96802d3d06e6492d50ffc055
Point Cloud Analysis library
|
Associates an index with a distance. More...
#include <indexSquaredDistance.h>
Inheritance diagram for Ponca::IndexSquaredDistance< Index, Scalar >:
Collaboration diagram for Ponca::IndexSquaredDistance< Index, Scalar >: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 17 of file indexSquaredDistance.h.
|
inline |
Comparison operator based on squared_distance.
Definition at line 26 of file indexSquaredDistance.h.
| Index Ponca::IndexSquaredDistance< Index, Scalar >::index {-1} |
Definition at line 20 of file indexSquaredDistance.h.
| Scalar Ponca::IndexSquaredDistance< Index, Scalar >::squared_distance { std:: numeric_limits <Scalar>::max() } |
Distance to the closest point.
Definition at line 23 of file indexSquaredDistance.h.