18 #ifndef __itkMeanReciprocalSquareDifferenceImageToImageMetric_h
19 #define __itkMeanReciprocalSquareDifferenceImageToImageMetric_h
45 template<
class TFixedImage,
class TMovingImage >
91 itkGetConstMacro(Lambda,
double);
92 itkSetMacro(Lambda,
double);
97 itkGetConstMacro(Delta,
double);
98 itkSetMacro(Delta,
double);
104 void PrintSelf(std::ostream & os,
Indent indent)
const;
110 void operator=(
const Self &);
119 #ifndef ITK_MANUAL_INSTANTIATION
120 #include "itkMeanReciprocalSquareDifferenceImageToImageMetric.hxx"