ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Attributes | List of all members
itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct Struct Reference

#include <itkFastSymmetricForcesDemonsRegistrationFunction.h>

Detailed Description

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

A global data type for this class of equation. Used to store iterators for the fixed image.

Definition at line 188 of file itkFastSymmetricForcesDemonsRegistrationFunction.h.

Public Attributes

SizeValueType m_NumberOfPixelsProcessed
 
double m_SumOfSquaredChange
 
double m_SumOfSquaredDifference
 

Member Data Documentation

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
SizeValueType itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_NumberOfPixelsProcessed
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredChange
template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
double itk::FastSymmetricForcesDemonsRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_SumOfSquaredDifference

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