18 #ifndef itkNormalizedCorrelationPointSetToImageMetric_h
19 #define itkNormalizedCorrelationPointSetToImageMetric_h
43 template <
typename TFixedPo
intSet,
typename TMovingImage>
63 using RealType =
typename Superclass::RealType;
100 itkSetMacro(SubtractMean,
bool);
101 itkGetConstReferenceMacro(SubtractMean,
bool);
102 itkBooleanMacro(SubtractMean);
109 PrintSelf(std::ostream & os,
Indent indent)
const override;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 # include "itkNormalizedCorrelationPointSetToImageMetric.hxx"