ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkConstShapedNeighborhoodIterator.h>
Const Interator
Definition at line 120 of file itkConstShapedNeighborhoodIterator.h.
Public Member Functions | |
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 () |
Protected Member Functions | |
void | ProtectedSet (const PixelType &v) const |
Protected Attributes | |
IndexListType::const_iterator | m_ListIterator |
Self * | m_NeighborhoodIterator |
|
inline |
Definition at line 121 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 122 of file itkConstShapedNeighborhoodIterator.h.
|
inlinevirtual |
Definition at line 129 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
|
inline |
Definition at line 189 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 195 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 192 of file itkConstShapedNeighborhoodIterator.h.
References itk::Offset< VOffsetDimension >::GetOffset().
|
inline |
Definition at line 179 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 184 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 167 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 162 of file itkConstShapedNeighborhoodIterator.h.
References itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator.
|
inline |
Definition at line 144 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 150 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 147 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
Definition at line 156 of file itkConstShapedNeighborhoodIterator.h.
|
inline |
|
inline |
Definition at line 164 of file itkConstShapedNeighborhoodIterator.h.
References itk::ConstShapedNeighborhoodIterator< TImage, TBoundaryCondition >::ConstIterator::m_ListIterator.
|
inlineprotected |
Definition at line 204 of file itkConstShapedNeighborhoodIterator.h.
|
protected |
Definition at line 202 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==().
|
protected |