ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::MeanSquareRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct Struct Reference

#include <itkMeanSquareRegistrationFunction.h>

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

List of all members.

Public Attributes

FixedImageNeighborhoodIteratorType m_FixedImageIterator

Detailed Description

template<class TFixedImage, class TMovingImage, class 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.


Member Data Documentation

template<class TFixedImage , class TMovingImage , class 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: