ITK  6.0.0
Insight Toolkit
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator Struct Reference

#include <itkShapedNeighborhoodIterator.h>

Detailed Description

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

An iterator for the ShapedNeighborhood classes.

Definition at line 180 of file itkShapedNeighborhoodIterator.h.

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

Public Member Functions

 Iterator ()=default
 
 Iterator (Self *s)
 
Iteratoroperator= (const Iterator &o)
 
void Set (const PixelType &v) const
 
 ~Iterator ()=default
 
- Public Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
 ConstIterator ()
 
 ConstIterator (const ConstIterator &o)
 
 ConstIterator (Self *s)
 
PixelType Get () const
 
IndexListType::value_type GetNeighborhoodIndex () const
 
OffsetType GetNeighborhoodOffset () const
 
void GoToBegin ()
 
void GoToEnd ()
 
bool IsAtEnd () const
 
 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ConstIterator)
 
const ConstIteratoroperator++ ()
 
void operator++ (int)
 
const ConstIteratoroperator-- ()
 
void operator-- (int)
 
ConstIteratoroperator= (const ConstIterator &o)
 
bool operator== (const ConstIterator &o) const
 
 ~ConstIterator ()=default
 

Protected Member Functions

 Iterator (const Self *s, const typename IndexListType::const_iterator &li)
 
- Protected Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
 ConstIterator (const Self *s, const typename IndexListType::const_iterator &li)
 
void ProtectedSet (const PixelType &v) const
 

Protected Attributes

friend Self
 
- Protected Attributes inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator
IndexListType::const_iterator m_ListIterator
 
Selfm_NeighborhoodIterator
 
friend Self
 

Constructor & Destructor Documentation

◆ Iterator() [1/3]

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

◆ Iterator() [2/3]

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

Definition at line 183 of file itkShapedNeighborhoodIterator.h.

◆ ~Iterator()

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

◆ Iterator() [3/3]

template<typename TImage , typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator ( const Self s,
const typename IndexListType::const_iterator &  li 
)
inlineprotected

Definition at line 205 of file itkShapedNeighborhoodIterator.h.

Member Function Documentation

◆ operator=()

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

Definition at line 189 of file itkShapedNeighborhoodIterator.h.

◆ Set()

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

Definition at line 197 of file itkShapedNeighborhoodIterator.h.

Member Data Documentation

◆ Self

template<typename TImage , typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
friend itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Self
protected

Definition at line 203 of file itkShapedNeighborhoodIterator.h.


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