ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
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:

List of all members.

Public Member Functions

 Iterator ()
 Iterator (Self *s)
const 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-- ()
const 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

Detailed Description

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

An iterator for the ShapedNeighborhood classes.

Definition at line 185 of file itkShapedNeighborhoodIterator.h.


Constructor & Destructor Documentation

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

Definition at line 186 of file itkShapedNeighborhoodIterator.h.

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

Definition at line 187 of file itkShapedNeighborhoodIterator.h.

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

Definition at line 190 of file itkShapedNeighborhoodIterator.h.


Member Function Documentation

template<class TImage, class TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
const Iterator& itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::operator= ( const Iterator o)
inline

Definition at line 191 of file itkShapedNeighborhoodIterator.h.

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

Definition at line 198 of file itkShapedNeighborhoodIterator.h.


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