ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapedNeighborhoodIterator.h>
Public Member Functions | |
Iterator () | |
Iterator (Self *s) | |
const Iterator & | operator= (const Iterator &o) |
void | Set (const PixelType &v) const |
~Iterator () |
An iterator for the ShapedNeighborhood classes.
Definition at line 185 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator | ( | ) | [inline] |
Definition at line 186 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Iterator | ( | Self * | s | ) | [inline] |
Definition at line 187 of file itkShapedNeighborhoodIterator.h.
itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::~Iterator | ( | ) | [inline] |
Definition at line 190 of file itkShapedNeighborhoodIterator.h.
const Iterator& itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::operator= | ( | const Iterator & | o | ) | [inline] |
Definition at line 191 of file itkShapedNeighborhoodIterator.h.
void itk::ShapedNeighborhoodIterator< TImage, TBoundaryCondition >::Iterator::Set | ( | const PixelType & | v | ) | const [inline] |
Definition at line 198 of file itkShapedNeighborhoodIterator.h.