ITK  5.4.0
Insight Toolkit
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator Struct Reference

#include <itkConstShapedNeighborhoodIterator.h>

Detailed Description

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
struct itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator

Const Iterator

Definition at line 116 of file itkConstShapedNeighborhoodIterator.h.

+ Collaboration diagram for itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator:

Public Member Functions

 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
 
ITK_ITERATOR_VIRTUAL ~ConstIterator ()=default
 

Protected Member Functions

 ConstIterator (const Self *s, const typename IndexListType::const_iterator &li)
 
void ProtectedSet (const PixelType &v) const
 

Protected Attributes

IndexListType::const_iterator m_ListIterator
 
Selfm_NeighborhoodIterator
 
friend Self
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/4]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator ( )
inline

Definition at line 118 of file itkConstShapedNeighborhoodIterator.h.

◆ ConstIterator() [2/4]

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

Definition at line 119 of file itkConstShapedNeighborhoodIterator.h.

◆ ~ConstIterator()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
ITK_ITERATOR_VIRTUAL itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::~ConstIterator ( )
default

◆ ConstIterator() [3/4]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator ( const ConstIterator o)
inline

◆ ConstIterator() [4/4]

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

Definition at line 222 of file itkConstShapedNeighborhoodIterator.h.

Member Function Documentation

◆ Get()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
PixelType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::Get ( ) const
inline

Definition at line 202 of file itkConstShapedNeighborhoodIterator.h.

◆ GetNeighborhoodIndex()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
IndexListType::value_type itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodIndex ( ) const
inline

Definition at line 214 of file itkConstShapedNeighborhoodIterator.h.

◆ GetNeighborhoodOffset()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
OffsetType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodOffset ( ) const
inline

◆ GoToBegin()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToBegin ( )
inline

Definition at line 190 of file itkConstShapedNeighborhoodIterator.h.

◆ GoToEnd()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToEnd ( )
inline

Definition at line 196 of file itkConstShapedNeighborhoodIterator.h.

◆ IsAtEnd()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::IsAtEnd ( ) const
inline

Definition at line 177 of file itkConstShapedNeighborhoodIterator.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( ConstIterator  )

◆ operator++() [1/2]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ ( )
inline

Definition at line 155 of file itkConstShapedNeighborhoodIterator.h.

◆ operator++() [2/2]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ ( int  )
inline

Definition at line 143 of file itkConstShapedNeighborhoodIterator.h.

◆ operator--() [1/2]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- ( )
inline

Definition at line 162 of file itkConstShapedNeighborhoodIterator.h.

◆ operator--() [2/2]

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- ( int  )
inline

Definition at line 149 of file itkConstShapedNeighborhoodIterator.h.

◆ operator=()

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

◆ operator==()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator== ( const ConstIterator o) const
inline

◆ ProtectedSet()

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ProtectedSet ( const PixelType v) const
inlineprotected

Definition at line 232 of file itkConstShapedNeighborhoodIterator.h.

Member Data Documentation

◆ m_ListIterator

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
IndexListType::const_iterator itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator
protected

◆ m_NeighborhoodIterator

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
Self* itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_NeighborhoodIterator
protected

◆ Self

template<typename TImage, typename TBoundaryCondition = ZeroFluxNeumannBoundaryCondition<TImage>>
friend itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::Self
protected

Definition at line 220 of file itkConstShapedNeighborhoodIterator.h.


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