18 #ifndef __itkANTSNeighborhoodCorrelationImageToImageMetricv4_h
19 #define __itkANTSNeighborhoodCorrelationImageToImageMetricv4_h
97 template<
class TFixedImage,
class TMovingImage,
class TVirtualImage = TFixedImage>
116 typedef typename Superclass::MeasureType
MeasureType;
143 typedef typename Superclass::FixedTransformType::JacobianType
145 typedef typename Superclass::MovingTransformType::JacobianType
178 virtual ~ANTSNeighborhoodCorrelationImageToImageMetricv4();
234 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
238 void operator=(
const Self &);
246 #ifndef ITK_MANUAL_INSTANTIATION
247 #include "itkANTSNeighborhoodCorrelationImageToImageMetricv4.hxx"