go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Data Fields
itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct Struct Reference

#include <itkAdvancedImageToImageMetric.h>

Detailed Description

template<class TFixedImage, class TMovingImage>
struct itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct

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
 

Field Documentation

◆ st_NumberOfPixelsCounted

template<class TFixedImage , class TMovingImage >
SizeValueType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct::st_NumberOfPixelsCounted

Definition at line 434 of file itkAdvancedImageToImageMetric.h.

◆ st_Value

template<class TFixedImage , class TMovingImage >
MeasureType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValuePerThreadStruct::st_Value

Definition at line 435 of file itkAdvancedImageToImageMetric.h.



Generated on 1667476801 for elastix by doxygen 1.9.4 elastix logo