Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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 432 of file itkAdvancedImageToImageMetric.h.
Data Fields | |
SizeValueType | st_NumberOfPixelsCounted |
MeasureType | st_Value |
SizeValueType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct::st_NumberOfPixelsCounted |
Definition at line 434 of file itkAdvancedImageToImageMetric.h.
MeasureType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct::st_Value |
Definition at line 435 of file itkAdvancedImageToImageMetric.h.
Generated on 1667476801 for elastix by 1.9.4 |