18 #ifndef __itkKappaStatisticImageToImageMetric_h
19 #define __itkKappaStatisticImageToImageMetric_h
53 template<
class TFixedImage,
class TMovingImage >
91 void ComputeGradient();
111 itkSetMacro(ForegroundValue,
RealType);
112 itkGetConstMacro(ForegroundValue,
RealType);
119 itkSetMacro(Complement,
bool);
120 itkBooleanMacro(Complement);
121 itkGetConstMacro(Complement,
bool);
127 void PrintSelf(std::ostream & os,
Indent indent)
const;
131 void operator=(
const Self &);
138 #ifndef ITK_MANUAL_INSTANTIATION
139 #include "itkKappaStatisticImageToImageMetric.hxx"