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