ITK  5.4.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 182 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 () ITK_ITERATOR_OVERRIDE=default
 

Protected Member Functions

 Iterator (const Self *s, const typename IndexListType::const_iterator &li)
 

Protected Attributes

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 185 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 207 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 191 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 199 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 205 of file itkShapedNeighborhoodIterator.h.


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