18 #ifndef itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader_h
19 #define itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader_h
32 template <
typename TDomainPartitioner,
typename TImageToImageMetric,
typename TDemonsMetric >
47 typedef typename Superclass::DomainType
DomainType;
94 void operator=( const Self & );
103 #ifndef ITK_MANUAL_INSTANTIATION
104 #include "itkDemonsImageToImageMetricv4GetValueAndDerivativeThreader.hxx"
Superclass::DerivativeValueType DerivativeValueType
Superclass::VirtualPointType VirtualPointType
Superclass::FixedImageGradientType FixedImageGradientType
Processes points for DemonsImageToImageMetricv4 GetValueAndDerivative.
Superclass::FixedImagePixelType FixedImagePixelType
Superclass::MovingImageGradientType MovingImageGradientType
virtual void BeforeThreadedExecution() override
Superclass::FixedImagePointType FixedImagePointType
Superclass::NumberOfParametersType NumberOfParametersType
Superclass::AssociateType AssociateType
virtual bool ProcessPoint(const VirtualIndexType &virtualIndex, const VirtualPointType &virtualPoint, const FixedImagePointType &mappedFixedPoint, const FixedImagePixelType &mappedFixedPixelValue, const FixedImageGradientType &mappedFixedImageGradient, const MovingImagePointType &mappedMovingPoint, const MovingImagePixelType &mappedMovingPixelValue, const MovingImageGradientType &mappedMovingImageGradient, MeasureType &metricValueReturn, DerivativeType &localDerivativeReturn, const ThreadIdType threadId) const override
SmartPointer< Self > Pointer
Superclass::ImageDimensionType ImageDimensionType
TDemonsMetric * m_DemonsAssociate
DemonsImageToImageMetricv4GetValueAndDerivativeThreader()
SmartPointer< const Self > ConstPointer
Superclass::VirtualIndexType VirtualIndexType
ImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric > Superclass
unsigned int ThreadIdType
Superclass::DomainType DomainType
Superclass::MeasureType MeasureType
Superclass::DerivativeType DerivativeType
DemonsImageToImageMetricv4GetValueAndDerivativeThreader Self
Provides threading for ImageToImageMetricv4::GetValueAndDerivative.
Superclass::ImageToImageMetricv4Type ImageToImageMetricv4Type
Superclass::MovingImagePointType MovingImagePointType
Superclass::MovingImagePixelType MovingImagePixelType
Superclass::InternalComputationValueType InternalComputationValueType