18 #ifndef __itkCorrelationImageToImageMetricv4_h
19 #define __itkCorrelationImageToImageMetricv4_h
72 template <
class TFixedImage,
class TMovingImage,
class TVirtualImage = TFixedImage >
109 itkStaticConstMacro(VirtualImageDimension, ImageDimensionType,
111 itkStaticConstMacro(FixedImageDimension, ImageDimensionType,
113 itkStaticConstMacro(MovingImageDimension, ImageDimensionType,
125 virtual void InitializeForIteration()
const;
156 void PrintSelf(std::ostream& os, Indent indent) const;
160 void operator = (const Self &);
165 #ifndef ITK_MANUAL_INSTANTIATION
166 #include "itkCorrelationImageToImageMetricv4.hxx"