![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapedNeighborhoodIterator.h>
Inheritance diagram for itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator:
Collaboration diagram for itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator:An iterator for the ShapedNeighborhood classes.
Definition at line 185 of file itkShapedNeighborhoodIterator.h.
Public Member Functions | |
| Iterator () | |
| Iterator (Self *s) | |
| const Iterator & | operator= (const Iterator &o) |
| void | Set (const PixelType &v) const |
| ~Iterator () | |
Public Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator | |
| ConstIterator () | |
| ConstIterator (Self *s) | |
| ConstIterator (const ConstIterator &o) | |
| PixelType | Get () const |
| IndexListType::value_type | GetNeighborhoodIndex () const |
| OffsetType | GetNeighborhoodOffset () const |
| void | GoToBegin () |
| void | GoToEnd () |
| bool | IsAtEnd () const |
| bool | operator!= (const ConstIterator &o) const |
| void | operator++ (int) |
| const ConstIterator & | operator++ () |
| void | operator-- (int) |
| const ConstIterator & | operator-- () |
| const ConstIterator & | operator= (const ConstIterator &o) |
| bool | operator== (const ConstIterator &o) const |
| virtual | ~ConstIterator () |
Additional Inherited Members | |
Protected Member Functions inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator | |
| void | ProtectedSet (const PixelType &v) const |
Protected Attributes inherited from itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator | |
| IndexListType::const_iterator | m_ListIterator |
| Self * | m_NeighborhoodIterator |
|
inline |
Definition at line 186 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 187 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 190 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 191 of file itkShapedNeighborhoodIterator.h.
|
inline |
Definition at line 198 of file itkShapedNeighborhoodIterator.h.
1.8.3.1