18 #ifndef __itkANTSNeighborhoodCorrelationImageToImageMetricv4_h
19 #define __itkANTSNeighborhoodCorrelationImageToImageMetricv4_h
93 template<
class TFixedImage,
class TMovingImage,
class TVirtualImage = TFixedImage>
112 typedef typename Superclass::MeasureType
MeasureType;
139 typedef typename Superclass::FixedTransformType::JacobianType
141 typedef typename Superclass::MovingTransformType::JacobianType
153 FixedImageType::ImageDimension);
156 MovingImageType::ImageDimension);
159 VirtualImageType::ImageDimension);
173 virtual ~ANTSNeighborhoodCorrelationImageToImageMetricv4();
183 virtual
void PrintSelf(std::ostream & os,
Indent indent) const;
186 ANTSNeighborhoodCorrelationImageToImageMetricv4( const Self & );
187 void operator=(const Self &);
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkANTSNeighborhoodCorrelationImageToImageMetricv4.hxx"