18#ifndef itkManhattanDistanceMetric_h
19#define itkManhattanDistanceMetric_h
37template <
typename TVector>
48 using typename Superclass::MeasurementVectorType;
50 using typename Superclass::MeasurementVectorSizeType;
73#ifndef ITK_MANUAL_INSTANTIATION
74# include "itkManhattanDistanceMetric.hxx"
Light weight base class for most itk classes.
this class declares common interfaces for distance functions.
TVector MeasurementVectorType
Euclidean distance function.
double Evaluate(const MeasurementVectorType &x1, const MeasurementVectorType &x2) const override
~ManhattanDistanceMetric() override=default
ManhattanDistanceMetric()=default
double Evaluate(const MeasurementVectorType &x) const override
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....