Struct metric_L2_Simple
Defined in File nanoflann.hpp
Nested Relationships
Nested Types
Inheritance Relationships
Base Type
public nanoflann::Metric
(Struct Metric)
Struct Documentation
-
struct metric_L2_Simple : public nanoflann::Metric
Metaprogramming helper traits class for the L2_simple (Euclidean) squared distance metric
-
template<class T, class DataSource, typename IndexType = uint32_t>
struct traits Public Types
-
using distance_t = L2_Simple_Adaptor<T, DataSource, T, IndexType>
-
using distance_t = L2_Simple_Adaptor<T, DataSource, T, IndexType>
-
template<class T, class DataSource, typename IndexType = uint32_t>