18 #ifndef itkMeanSquaresImageToImageMetric_h
19 #define itkMeanSquaresImageToImageMetric_h
38 template <
typename TFixedImage,
typename TMovingImage>
79 static constexpr
unsigned int MovingImageDimension = MovingImageType::ImageDimension;
89 Initialize()
override;
109 PrintSelf(std::ostream & os,
Indent indent)
const override;
116 double movingImageValue)
const override;
119 GetValueAndDerivativeThreadProcessSample(
ThreadIdType threadId,
122 double movingImageValue,
132 itkAlignedTypedef(64,
PerThreadS, AlignedPerThreadType);
137 #ifndef ITK_MANUAL_INSTANTIATION
138 # include "itkMeanSquaresImageToImageMetric.hxx"