ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS Struct Reference
+ Collaboration diagram for itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS:

Detailed Description

template<typename TFixedImage, typename TMovingImage>
struct itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS

Definition at line 128 of file itkMeanSquaresImageToImageMetric.h.

Public Attributes

TransformJacobianType m_Jacobian
 
MeasureType m_MSE
 
DerivativeType m_MSEDerivative
 

Member Data Documentation

template<typename TFixedImage , typename TMovingImage >
TransformJacobianType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::m_Jacobian

Definition at line 130 of file itkMeanSquaresImageToImageMetric.h.

template<typename TFixedImage , typename TMovingImage >
MeasureType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::m_MSE

Definition at line 131 of file itkMeanSquaresImageToImageMetric.h.

template<typename TFixedImage , typename TMovingImage >
DerivativeType itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::PerThreadS::m_MSEDerivative

Definition at line 132 of file itkMeanSquaresImageToImageMetric.h.


The documentation for this struct was generated from the following file: