18 #ifndef itkEuclideanDistancePointSetToPointSetMetricv4_h
19 #define itkEuclideanDistancePointSetToPointSetMetricv4_h
41 template<
typename TFixedPointSet,
typename TMovingPointSet = TFixedPointSet,
42 class TInternalComputationValueType =
double>
82 virtual ~EuclideanDistancePointSetToPointSetMetricv4();
88 EuclideanDistancePointSetToPointSetMetricv4(const
Self &);
89 void operator=(const Self &);
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkEuclideanDistancePointSetToPointSetMetricv4.hxx"
Superclass::PointIdentifier PointIdentifier
Superclass::MeasureType MeasureType
Light weight base class for most itk classes.
PointsContainer::ElementIdentifier PointIdentifier
EuclideanDistancePointSetToPointSetMetricv4 Self
PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet, TInternalComputationValueType > Superclass
Computes similarity between two point sets.
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
FixedArray< DerivativeValueType, itkGetStaticConstMacro(PointDimension)> LocalDerivativeType
void PrintSelf(std::ostream &os, Indent indent) const override
SmartPointer< Self > Pointer
virtual void GetLocalNeighborhoodValueAndDerivative(const PointType &, MeasureType &, LocalDerivativeType &, const PixelType &pixel=0) const override
Control indentation during Print() invocation.
Superclass::LocalDerivativeType LocalDerivativeType
Superclass::PixelType PixelType
Superclass::MeasureType MeasureType
Superclass::PointType PointType
Computes the Euclidan distance metric between two point sets.
SmartPointer< const Self > ConstPointer
virtual MeasureType GetLocalNeighborhoodValue(const PointType &, const PixelType &pixel=0) const override
Superclass::DerivativeType DerivativeType