#include <itkAdvancedImageToImageMetric.h>
Most metrics will perform multi-threading by letting each thread compute a part of the value and derivative.
These parameters are initialized at every call of GetValueAndDerivative in the function InitializeThreadingParameters(). Since GetValueAndDerivative is const, also InitializeThreadingParameters should be const, and therefore these member variables are mutable.
Definition at line 446 of file itkAdvancedImageToImageMetric.h.
Data Fields | |
DerivativeType | st_Derivative |
SizeValueType | st_NumberOfPixelsCounted |
MeasureType | st_Value |
DerivativeType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Derivative |
Definition at line 450 of file itkAdvancedImageToImageMetric.h.
SizeValueType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_NumberOfPixelsCounted |
Definition at line 448 of file itkAdvancedImageToImageMetric.h.
MeasureType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Value |
Definition at line 449 of file itkAdvancedImageToImageMetric.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |