18 #ifndef itkMeanSquaresImageToImageMetricv4_h
19 #define itkMeanSquaresImageToImageMetricv4_h
40 template <
typename TFixedImage,
typename TMovingImage,
typename TVirtualImage = TFixedImage,
41 typename TInternalComputationValueType = double,
42 typename TMetricTraits = DefaultImageToImageMetricTraitsv4<TFixedImage,TMovingImage,TVirtualImage,TInternalComputationValueType>
45 public ImageToImageMetricv4<TFixedImage, TMovingImage, TVirtualImage, TInternalComputationValueType, TMetricTraits>
78 itkStaticConstMacro(VirtualImageDimension,
typename TVirtualImage::ImageDimensionType, TVirtualImage::ImageDimension);
79 itkStaticConstMacro(FixedImageDimension,
typename TFixedImage::ImageDimensionType, TFixedImage::ImageDimension);
80 itkStaticConstMacro(MovingImageDimension,
typename TMovingImage::ImageDimensionType, TMovingImage::ImageDimension);
93 void PrintSelf(std::ostream& os,
Indent indent) const ITK_OVERRIDE;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 #include "itkMeanSquaresImageToImageMetricv4.hxx"
SmartPointer< const Self > ConstPointer
Superclass::JacobianType JacobianType
Light weight base class for most itk classes.
Superclass::MovingImagePixelType MovingImagePixelType
SmartPointer< Self > Pointer
Superclass::VirtualPointSetType VirtualPointSetType
Processes points for MeanSquaresImageToImageMetricv4 GetValueAndDerivative.
Superclass::FixedImagePixelType FixedImagePixelType
Superclass::MovingTransformType MovingTransformType
Class for partitioning of an ImageRegion.
Superclass::DerivativeType DerivativeType
Class implementing a mean squares metric.
Superclass::VirtualIndexType VirtualIndexType
Partitions an indexed container.
Superclass::VirtualImageType VirtualImageType
MeanSquaresImageToImageMetricv4 Self
Superclass::MovingImagePointType MovingImagePointType
Superclass::MovingImageGradientType MovingImageGradientType
Control indentation during Print() invocation.
Superclass::VirtualPointType VirtualPointType
Superclass::FixedImageGradientType FixedImageGradientType
ImageToImageMetricv4< TFixedImage, TMovingImage, TVirtualImage, TInternalComputationValueType, TMetricTraits > Superclass
Superclass::FixedImagePointType FixedImagePointType