Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Member Functions | Protected Member Functions | Protected Attributes

itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator Struct Reference

#include <itkConstShapedNeighborhoodIterator.h>

Inheritance diagram for itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator:
Inheritance graph
[legend]
Collaboration diagram for itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConstIterator ()
 ConstIterator (Self *s)
 ConstIterator (const ConstIterator &o)
PixelType Get () const
IndexListType::value_type GetNeighborhoodIndex () const
OffsetType GetNeighborhoodOffset () const
void GoToBegin ()
void GoToEnd ()
bool IsAtEnd () const
bool operator!= (const ConstIterator &o) const
void operator++ (int)
const ConstIteratoroperator++ ()
void operator-- (int)
const ConstIteratoroperator-- ()
const ConstIteratoroperator= (const ConstIterator &o)
bool operator== (const ConstIterator &o) const
 ~ConstIterator ()

Protected Member Functions

void ProtectedSet (const PixelType &v) const

Protected Attributes

IndexListType::const_iterator m_ListIterator
Selfm_NeighborhoodIterator

Detailed Description

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
struct itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator

Const Interator

Definition at line 113 of file itkConstShapedNeighborhoodIterator.h.


Constructor & Destructor Documentation

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator (  )  [inline]

Definition at line 115 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator ( Self s  )  [inline]

Definition at line 116 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::~ConstIterator (  )  [inline]

Definition at line 121 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator ( const ConstIterator o  )  [inline]

Member Function Documentation

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
PixelType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::Get ( void   )  const [inline]

Definition at line 180 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
IndexListType::value_type itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodIndex (  )  const [inline]

Definition at line 186 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
OffsetType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodOffset (  )  const [inline]

Definition at line 183 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToBegin ( void   )  [inline]

Definition at line 170 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToEnd (  )  [inline]

Definition at line 175 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::IsAtEnd (  )  const [inline]

Definition at line 158 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator!= ( const ConstIterator o  )  const [inline]
template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ (  )  [inline]

Definition at line 142 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ ( int   )  [inline]

Definition at line 136 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- (  )  [inline]

Definition at line 147 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- ( int   )  [inline]

Definition at line 139 of file itkConstShapedNeighborhoodIterator.h.

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator= ( const ConstIterator o  )  [inline]
template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator== ( const ConstIterator o  )  const [inline]
template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ProtectedSet ( const PixelType v  )  const [inline, protected]

Definition at line 195 of file itkConstShapedNeighborhoodIterator.h.


Member Data Documentation

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
IndexListType::const_iterator itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator [protected]
template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
Self* itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_NeighborhoodIterator [protected]

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

Generated at Mon Jul 12 2010 21:42:15 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000