18 #ifndef itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader_h
19 #define itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader_h
32 template <
typename TDomainPartitioner,
typename TImageToImageMetric,
typename TMeanSquaresMetric >
47 typedef typename Superclass::DomainType
DomainType;
70 virtual bool ProcessPoint(
71 const VirtualIndexType & virtualIndex,
72 const VirtualPointType & virtualPoint,
73 const FixedImagePointType & mappedFixedPoint,
74 const FixedImagePixelType & mappedFixedPixelValue,
75 const FixedImageGradientType & mappedFixedImageGradient,
76 const MovingImagePointType & mappedMovingPoint,
77 const MovingImagePixelType & mappedMovingPixelValue,
78 const MovingImageGradientType & mappedMovingImageGradient,
79 MeasureType & metricValueReturn,
80 DerivativeType & localDerivativeReturn,
89 #ifndef ITK_MANUAL_INSTANTIATION
90 #include "itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.hxx"
Superclass::VirtualPointType VirtualPointType
Superclass::DomainType DomainType
Superclass::AssociateType AssociateType
Superclass::DerivativeType DerivativeType
SmartPointer< Self > Pointer
MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader()
Superclass::MeasureType MeasureType
Processes points for MeanSquaresImageToImageMetricv4 GetValueAndDerivative.
Superclass::ImageToImageMetricv4Type ImageToImageMetricv4Type
Superclass::FixedImagePointType FixedImagePointType
Superclass::MovingImagePointType MovingImagePointType
Superclass::NumberOfParametersType NumberOfParametersType
unsigned int ThreadIdType
Superclass::MovingImagePixelType MovingImagePixelType
Provides threading for ImageToImageMetricv4::GetValueAndDerivative.
Superclass::MovingImageGradientType MovingImageGradientType
MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader Self
ImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric > Superclass
SmartPointer< const Self > ConstPointer
Superclass::DerivativeValueType DerivativeValueType
Superclass::VirtualIndexType VirtualIndexType
Superclass::FixedImagePixelType FixedImagePixelType
Superclass::FixedImageGradientType FixedImageGradientType