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

#include <itkMeanSquareRegistrationFunction.h>

Detailed Description

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

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

Definition at line 173 of file itkMeanSquareRegistrationFunction.h.

+ Collaboration diagram for itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct:

Public Attributes

FixedImageNeighborhoodIteratorType m_FixedImageIterator
 

Member Data Documentation

◆ m_FixedImageIterator

template<typename TFixedImage , typename TMovingImage , typename TDisplacementField >
FixedImageNeighborhoodIteratorType itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_FixedImageIterator

Definition at line 175 of file itkMeanSquareRegistrationFunction.h.


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