18 #ifndef itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
19 #define itkMeanReciprocalSquareDifferencePointSetToImageMetric_h
45 template<
typename TFixedPo
intSet,
typename TMovingImage >
65 using RealType =
typename Superclass::RealType;
97 itkSetMacro(Lambda,
double);
98 itkGetConstMacro(Lambda,
double);
104 void PrintSelf(std::ostream & os,
Indent indent)
const override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkMeanReciprocalSquareDifferencePointSetToImageMetric.hxx"
Array class with size defined at construction time.
Light weight base class for most itk classes.
typename Superclass::TransformParametersType TransformParametersType
typename Superclass::RealType RealType
typename Superclass::TransformPointer TransformPointer
typename Superclass::PointIterator PointIterator
Computes similarity between a point set and an image.
Computes similarity between pixel values of a point set and intensity values in an image...
typename Superclass::OutputPointType OutputPointType
typename Superclass::TransformType TransformType
typename Superclass::InputPointType InputPointType
typename Superclass::FixedPointSetConstPointer FixedPointSetConstPointer
typename Superclass::MovingImageType MovingImageType
typename Superclass::TransformJacobianType TransformJacobianType
typename Superclass::GradientPixelType GradientPixelType
Control indentation during Print() invocation.
typename Superclass::MovingImageConstPointer MovingImageConstPointer
typename Superclass::FixedPointSetType FixedPointSetType
Base class for most ITK classes.
typename Superclass::PointDataIterator PointDataIterator