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

#include <itkMeanSquareRegistrationFunction.h>

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

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 158 of file itkMeanSquareRegistrationFunction.h.

Public Attributes

FixedImageNeighborhoodIteratorType m_FixedImageIterator
 

Member Data Documentation

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

Definition at line 159 of file itkMeanSquareRegistrationFunction.h.


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