cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::metrics::MetricWrapper< MetricType > Member List

This is the complete list of members for toolbox::metrics::MetricWrapper< MetricType >, including all inherited members.

distance(const T *a, const T *b, std::size_t size) const overridetoolbox::metrics::MetricWrapper< MetricType >inlinevirtual
IMetric< MetricType::element_type >::distance(const Container &a, const Container &b) consttoolbox::metrics::IMetric< MetricType::element_type >inline
element_type typedeftoolbox::metrics::IMetric< MetricType::element_type >
MetricWrapper(MetricType metric)toolbox::metrics::MetricWrapper< MetricType >inlineexplicit
result_type typedeftoolbox::metrics::IMetric< MetricType::element_type >
squared_distance(const T *a, const T *b, std::size_t size) const overridetoolbox::metrics::MetricWrapper< MetricType >inlinevirtual
IMetric< MetricType::element_type >::squared_distance(const Container &a, const Container &b) consttoolbox::metrics::IMetric< MetricType::element_type >inline
T typedeftoolbox::metrics::MetricWrapper< MetricType >
~IMetric()=defaulttoolbox::metrics::IMetric< MetricType::element_type >virtual