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

#include <itkNCCRegistrationFunction.h>

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

Detailed Description

template<class TFixedImage, class TMovingImage, class TDisplacementField>
struct itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct

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

Definition at line 160 of file itkNCCRegistrationFunction.h.

Public Attributes

FixedImageNeighborhoodIteratorType m_FixedImageIterator
 

Member Data Documentation

template<class TFixedImage , class TMovingImage , class TDisplacementField >
FixedImageNeighborhoodIteratorType itk::NCCRegistrationFunction< TFixedImage, TMovingImage, TDisplacementField >::GlobalDataStruct::m_FixedImageIterator

Definition at line 161 of file itkNCCRegistrationFunction.h.


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