18 #ifndef __itkEuclideanDistancePointSetToPointSetMetricv4_h
19 #define __itkEuclideanDistancePointSetToPointSetMetricv4_h
41 template<
typename TFixedPointSet,
typename TMovingPointSet = TFixedPointSet,
42 class TInternalComputationValueType =
double>
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
virtual MeasureType GetLocalNeighborhoodValue(const PointType &, const PixelType &pixel=0) const
PointSetToPointSetMetricv4< TFixedPointSet, TMovingPointSet, TInternalComputationValueType > Superclass
Computes similarity between two point sets.
void operator=(const Self &)
virtual void GetLocalNeighborhoodValueAndDerivative(const PointType &, MeasureType &, LocalDerivativeType &, const PixelType &pixel=0) const
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
EuclideanDistancePointSetToPointSetMetricv4()
FixedArray< DerivativeValueType, itkGetStaticConstMacro(PointDimension)> LocalDerivativeType
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const
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
Superclass::DerivativeType DerivativeType
virtual ~EuclideanDistancePointSetToPointSetMetricv4()