18 #ifndef __itkCorrelationImageToImageMetricv4_h
19 #define __itkCorrelationImageToImageMetricv4_h
72 template <
class TFixedImage,
class TMovingImage,
class TVirtualImage = TFixedImage >
90 typedef typename Superclass::MeasureType
MeasureType;
109 itkStaticConstMacro(VirtualImageDimension, ImageDimensionType,
110 TVirtualImage::ImageDimension);
111 itkStaticConstMacro(FixedImageDimension, ImageDimensionType,
112 TFixedImage::ImageDimension);
113 itkStaticConstMacro(MovingImageDimension, ImageDimensionType,
114 TMovingImage::ImageDimension);
124 virtual void InitializeForIteration()
const;
155 void PrintSelf(std::ostream& os, Indent indent) const;
159 void operator = (const Self &);
164 #ifndef ITK_MANUAL_INSTANTIATION
165 #include "itkCorrelationImageToImageMetricv4.hxx"