18 #ifndef itkEuclideanDistancePointSetToPointSetMetricv4_h
19 #define itkEuclideanDistancePointSetToPointSetMetricv4_h
41 template <
typename TFixedPointSet,
42 typename TMovingPointSet = TFixedPointSet,
43 class TInternalComputationValueType =
double>
74 GetLocalNeighborhoodValue(
const PointType &,
const PixelType & pixel = 0)
const override;
80 GetLocalNeighborhoodValueAndDerivative(
const PointType &,
83 const PixelType & pixel = 0)
const override;
97 PrintSelf(std::ostream & os,
Indent indent)
const override;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 # include "itkEuclideanDistancePointSetToPointSetMetricv4.hxx"