go home Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Loading...
Searching...
No Matches
itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct Struct Reference

#include <itkAdvancedImageToImageMetric.h>

Detailed Description

template<typename TFixedImage, typename TMovingImage>
struct itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct

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 458 of file itkAdvancedImageToImageMetric.h.

Public Attributes

DerivativeType st_Derivative
SizeValueType st_NumberOfPixelsCounted
MeasureType st_Value

Member Data Documentation

◆ st_Derivative

template<typename TFixedImage, typename TMovingImage>
DerivativeType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Derivative

Definition at line 462 of file itkAdvancedImageToImageMetric.h.

◆ st_NumberOfPixelsCounted

template<typename TFixedImage, typename TMovingImage>
SizeValueType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_NumberOfPixelsCounted

Definition at line 460 of file itkAdvancedImageToImageMetric.h.

◆ st_Value

template<typename TFixedImage, typename TMovingImage>
MeasureType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Value

Definition at line 461 of file itkAdvancedImageToImageMetric.h.



Generated on 1774142652 for elastix by doxygen 1.15.0 elastix logo