ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Protected Member Functions | Protected Attributes | 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 187 of file itkShapedNeighborhoodIterator.h.

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

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

Definition at line 189 of file itkShapedNeighborhoodIterator.h.

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition< TImage >>
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::~Iterator ( )
default
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 206 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

Definition at line 193 of file itkShapedNeighborhoodIterator.h.

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

Definition at line 200 of file itkShapedNeighborhoodIterator.h.

Member Data Documentation

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

Definition at line 204 of file itkShapedNeighborhoodIterator.h.


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