ITK  5.4.0
Insight Toolkit
Public Attributes | List of all members
itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct Struct Reference

#include <itkLevelSetMotionRegistrationFunction.h>

Detailed Description

template<typename TFixedImage, typename TMovingImage, typename TDisplacementField>
struct itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct

A global data type for this class of equation. Used to store information for computing the metric.

Definition at line 242 of file itkLevelSetMotionRegistrationFunction.h.

Public Attributes

double m_MaxL1Norm
 
SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfSquaredChange
 
double m_SumOfSquaredDifference
 

Member Data Documentation

◆ m_MaxL1Norm

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_MaxL1Norm

Definition at line 247 of file itkLevelSetMotionRegistrationFunction.h.

◆ m_NumberOfPixelsProcessed

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
SizeValueType itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_NumberOfPixelsProcessed

Definition at line 245 of file itkLevelSetMotionRegistrationFunction.h.

◆ m_SumOfSquaredChange

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredChange

Definition at line 246 of file itkLevelSetMotionRegistrationFunction.h.

◆ m_SumOfSquaredDifference

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::LevelSetMotionRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredDifference

Definition at line 244 of file itkLevelSetMotionRegistrationFunction.h.


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