18 #ifndef itkPointSetToPointSetMetricv4_h
19 #define itkPointSetToPointSetMetricv4_h
65 template <
typename TFixedPointSet,
66 typename TMovingPointSet = TFixedPointSet,
67 class TInternalComputationValueType =
double>
123 static constexpr
DimensionType FixedPointDimension = Superclass::FixedPointDimension;
131 static constexpr
DimensionType MovingPointDimension = Superclass::MovingPointDimension;
196 GetLocalNeighborhoodValueAndDerivative(
const PointType &,
212 return this->GetLocalNeighborhoodValue(point, pixel);
220 return this->GetLocalNeighborhoodDerivative(point, pixel);
230 this->GetLocalNeighborhoodValueAndDerivative(point, measure, derivative, pixel);
235 #ifndef ITK_MANUAL_INSTANTIATION
236 # include "itkPointSetToPointSetMetricv4.hxx"