18 #ifndef itkEuclideanDistancePointSetToPointSetMetricv4_h
19 #define itkEuclideanDistancePointSetToPointSetMetricv4_h
41 template<
typename TFixedPointSet,
typename TMovingPointSet = TFixedPointSet,
42 class TInternalComputationValueType =
double>
52 TInternalComputationValueType>;
78 void GetLocalNeighborhoodValueAndDerivative(
const PointType &,
86 void PrintSelf( std::ostream & os,
Indent indent )
const override;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 #include "itkEuclideanDistancePointSetToPointSetMetricv4.hxx"
Light weight base class for most itk classes.
typename Superclass::LocalDerivativeType LocalDerivativeType
Computes similarity between two point sets.
typename Superclass::PixelType PixelType
typename Superclass::MeasureType MeasureType
typename Superclass::PointIdentifier PointIdentifier
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
typename Superclass::DerivativeType DerivativeType
typename Superclass::PointType PointType
Computes the Euclidan distance metric between two point sets.