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);
102 void PrintSelf(std::ostream & os,
Indent indent)
const;
109 void operator=(
const Self &);
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkMeanReciprocalSquareDifferenceImageToImageMetric.hxx"