ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator Struct Reference

#include <itkShapedNeighborhoodIterator.h>

+ Inheritance diagram for itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator:
+ Collaboration diagram for itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator:

Detailed Description

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
struct itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator

An iterator for the ShapedNeighborhood classes.

Definition at line 185 of file itkShapedNeighborhoodIterator.h.

Public Member Functions

 Iterator ()
 
 Iterator (Self *s)
 
Iteratoroperator= (const Iterator &o)
 
void Set (const PixelType &v) const
 
 ~Iterator ()
 
- Public Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
 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-- ()
 
ConstIteratoroperator= (const ConstIterator &o)
 
bool operator== (const ConstIterator &o) const
 
virtual ~ConstIterator ()
 

Additional Inherited Members

- Protected Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
void ProtectedSet (const PixelType &v) const
 
- Protected Attributes inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
IndexListType::const_iterator m_ListIterator
 
Selfm_NeighborhoodIterator
 

Constructor & Destructor Documentation

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator ( )
inline

Definition at line 186 of file itkShapedNeighborhoodIterator.h.

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator ( Self s)
inline

Definition at line 187 of file itkShapedNeighborhoodIterator.h.

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::~Iterator ( )
inline

Definition at line 190 of file itkShapedNeighborhoodIterator.h.

Member Function Documentation

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
Iterator& itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::operator= ( const Iterator o)
inline
template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
void itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Set ( const PixelType v) const
inline

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