ITK
6.0.0
Insight Toolkit
|
#include <itkShapedNeighborhoodIterator.h>
An iterator for the ShapedNeighborhood classes.
Definition at line 180 of file itkShapedNeighborhoodIterator.h.
Public Member Functions | |
Iterator ()=default | |
Iterator (Self *s) | |
Iterator & | operator= (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 ConstIterator & | operator++ () |
void | operator++ (int) |
const ConstIterator & | operator-- () |
void | operator-- (int) |
ConstIterator & | operator= (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 |
Self * | m_NeighborhoodIterator |
friend | Self |
|
default |
|
inline |
Definition at line 183 of file itkShapedNeighborhoodIterator.h.
|
default |
|
inlineprotected |
Definition at line 205 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 189 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 197 of file itkShapedNeighborhoodIterator.h.
|
protected |
Definition at line 203 of file itkShapedNeighborhoodIterator.h.