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

#include <itkMIRegistrationFunction.h>

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

Detailed Description

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

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

Definition at line 162 of file itkMIRegistrationFunction.h.

Public Attributes

FixedImageNeighborhoodIteratorType m_FixedImageIterator
 

Member Data Documentation

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

Definition at line 163 of file itkMIRegistrationFunction.h.


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