49 using typename Superclass::DomainType;
50 using typename Superclass::AssociateType;
53 using typename Superclass::VirtualPointType;
54 using typename Superclass::VirtualIndexType;
55 using typename Superclass::FixedImagePointType;
56 using typename Superclass::FixedImagePixelType;
57 using typename Superclass::FixedImageGradientType;
58 using typename Superclass::MovingImagePointType;
59 using typename Superclass::MovingImagePixelType;
60 using typename Superclass::MovingImageGradientType;
61 using typename Superclass::MeasureType;
62 using typename Superclass::DerivativeType;
63 using typename Superclass::DerivativeValueType;
64 using typename Superclass::InternalComputationValueType;
65 using typename Superclass::NumberOfParametersType;
66 using typename Superclass::ImageDimensionType;
84 const VirtualPointType & virtualPoint,
85 const FixedImagePointType & mappedFixedPoint,
86 const FixedImagePixelType & fixedImageValue,
87 const FixedImageGradientType & fixedImageGradient,
88 const MovingImagePointType & mappedMovingPoint,
89 const MovingImagePixelType & movingImageValue,
90 const MovingImageGradientType & movingImageGradient,
91 MeasureType & metricValueReturn,
92 DerivativeType & localDerivativeReturn,
bool ProcessPoint(const VirtualIndexType &virtualIndex, const VirtualPointType &virtualPoint, const FixedImagePointType &mappedFixedPoint, const FixedImagePixelType &fixedImageValue, const FixedImageGradientType &fixedImageGradient, const MovingImagePointType &mappedMovingPoint, const MovingImagePixelType &movingImageValue, const MovingImageGradientType &movingImageGradient, MeasureType &metricValueReturn, DerivativeType &localDerivativeReturn, const ThreadIdType threadId) const override