![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkAdvancedImageToImageMetric.h>
Data Fields | |
DerivativeType | st_Derivative |
SizeValueType | st_NumberOfPixelsCounted |
TransformJacobianType | st_TransformJacobian |
MeasureType | st_Value |
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 403 of file itkAdvancedImageToImageMetric.h.
DerivativeType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Derivative |
Definition at line 407 of file itkAdvancedImageToImageMetric.h.
SizeValueType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_NumberOfPixelsCounted |
Definition at line 405 of file itkAdvancedImageToImageMetric.h.
TransformJacobianType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_TransformJacobian |
Definition at line 408 of file itkAdvancedImageToImageMetric.h.
MeasureType itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivativePerThreadStruct::st_Value |
Definition at line 406 of file itkAdvancedImageToImageMetric.h.
Generated on 11-03-2014 for elastix by ![]() |
![]() |