#include <itkShapedNeighborhoodIterator.h>
Public Member Functions | |
PixelType | Get () const |
IndexListType::value_type | GetNeighborhoodIndex () const |
OffsetType | GetNeighborhoodOffset () const |
void | GoToBegin () |
void | GoToEnd () |
bool | IsAtEnd () const |
Iterator (Self *s) | |
Iterator () | |
bool | operator!= (const ConstIterator &o) const |
void | operator++ (int) |
const ConstIterator & | operator++ () |
void | operator-- (int) |
const ConstIterator & | operator-- () |
const Iterator & | operator= (const Iterator &o) |
bool | operator== (const ConstIterator &o) const |
void | Set (const PixelType &v) const |
~Iterator () | |
Protected Member Functions | |
void | ProtectedSet (const PixelType &v) const |
Protected Attributes | |
IndexListType::const_iterator | m_ListIterator |
Self * | m_NeighborhoodIterator |
An iterator for the ShapedNeighborhood classes.
Definition at line 178 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 180 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator | ( | Self * | s | ) | [inline] |
Definition at line 181 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::~Iterator | ( | ) | [inline] |
Definition at line 184 of file itkShapedNeighborhoodIterator.h.
PixelType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::Get | ( | void | ) | const [inline, inherited] |
Definition at line 180 of file itkConstShapedNeighborhoodIterator.h.
IndexListType::value_type itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodIndex | ( | ) | const [inline, inherited] |
Definition at line 186 of file itkConstShapedNeighborhoodIterator.h.
OffsetType itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GetNeighborhoodOffset | ( | ) | const [inline, inherited] |
Definition at line 183 of file itkConstShapedNeighborhoodIterator.h.
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToBegin | ( | void | ) | [inline, inherited] |
Definition at line 170 of file itkConstShapedNeighborhoodIterator.h.
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::GoToEnd | ( | ) | [inline, inherited] |
Definition at line 175 of file itkConstShapedNeighborhoodIterator.h.
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::IsAtEnd | ( | ) | const [inline, inherited] |
Definition at line 158 of file itkConstShapedNeighborhoodIterator.h.
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator!= | ( | const ConstIterator & | o | ) | const [inline, inherited] |
Definition at line 153 of file itkConstShapedNeighborhoodIterator.h.
References itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator.
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ | ( | ) | [inline, inherited] |
Definition at line 142 of file itkConstShapedNeighborhoodIterator.h.
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator++ | ( | int | ) | [inline, inherited] |
Definition at line 136 of file itkConstShapedNeighborhoodIterator.h.
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- | ( | int | ) | [inline, inherited] |
Definition at line 139 of file itkConstShapedNeighborhoodIterator.h.
const ConstIterator& itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator-- | ( | ) | [inline, inherited] |
Definition at line 147 of file itkConstShapedNeighborhoodIterator.h.
const Iterator& itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::operator= | ( | const Iterator & | o | ) | [inline] |
Definition at line 185 of file itkShapedNeighborhoodIterator.h.
bool itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator== | ( | const ConstIterator & | o | ) | const [inline, inherited] |
Definition at line 155 of file itkConstShapedNeighborhoodIterator.h.
References itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator.
void itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ProtectedSet | ( | const PixelType & | v | ) | const [inline, protected, inherited] |
Definition at line 195 of file itkConstShapedNeighborhoodIterator.h.
void itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Set | ( | const PixelType & | v | ) | const [inline] |
Definition at line 192 of file itkShapedNeighborhoodIterator.h.
IndexListType::const_iterator itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator [protected, inherited] |
Definition at line 193 of file itkConstShapedNeighborhoodIterator.h.
Referenced by itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::ConstIterator(), itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator!=(), itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator=(), and itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::operator==().
Self* itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_NeighborhoodIterator [protected, inherited] |