|
Ponca
7d8ac87a7de01d881c9fde3c42e397b44bffb901
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 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.