18#ifndef itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
19#define itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
45template <
typename TFixedPo
intSet,
typename TMovingImage>
100 itkSetMacro(Lambda,
double);
101 itkGetConstMacro(Lambda,
double);
115#ifndef ITK_MANUAL_INSTANTIATION
116# include "itkMeanReciprocalSquareDifferencePointSetToImageMetric.hxx"
Control indentation during Print() invocation.
SmartPointer< Self > Pointer
void PrintSelf(std::ostream &os, Indent indent) const override
MeasureType GetValue(const TransformParametersType ¶meters) const override
void GetDerivative(const TransformParametersType ¶meters, DerivativeType &derivative) const override
Superclass::MeasureType MeasureType
~MeanReciprocalSquareDifferencePointSetToImageMetric() override=default
void GetValueAndDerivative(const TransformParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const override
Superclass::DerivativeType DerivativeType
MeanReciprocalSquareDifferencePointSetToImageMetric Self
SmartPointer< const Self > ConstPointer
typename TransformType::ParametersType TransformParametersType
PointSetToImageMetric< TFixedPointSet, TMovingImage > Superclass
MeanReciprocalSquareDifferencePointSetToImageMetric()
TFixedPointSet FixedPointSetType
typename TransformType::InputPointType InputPointType
Superclass::MeasureType MeasureType
typename TransformType::Pointer TransformPointer
TMovingImage MovingImageType
typename MovingImageType::ConstPointer MovingImageConstPointer
Superclass::DerivativeType DerivativeType
Transform< CoordinateRepresentationType, Self::MovingImageDimension, Self::FixedPointSetDimension > TransformType
CovariantVector< RealType, Self::MovingImageDimension > GradientPixelType
typename TransformType::JacobianType TransformJacobianType
typename FixedPointSetType::ConstPointer FixedPointSetConstPointer
typename FixedPointSetType::PointDataContainer::ConstIterator PointDataIterator
typename NumericTraits< MovingImagePixelType >::RealType RealType
typename FixedPointSetType::PointsContainer::ConstIterator PointIterator
typename TransformType::ParametersType TransformParametersType
typename TransformType::OutputPointType OutputPointType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....