18 #ifndef __itkNormalizedCorrelationPointSetToImageMetric_h
19 #define __itkNormalizedCorrelationPointSetToImageMetric_h
43 template<
class TFixedPo
intSet,
class TMovingImage >
63 typedef typename Superclass::RealType
RealType;
97 itkSetMacro(SubtractMean,
bool);
98 itkGetConstReferenceMacro(SubtractMean,
bool);
99 itkBooleanMacro(SubtractMean);
103 void PrintSelf(std::ostream & os,
Indent indent)
const;
109 void operator=(
const Self &);
116 #ifndef ITK_MANUAL_INSTANTIATION
117 #include "itkNormalizedCorrelationPointSetToImageMetric.hxx"