18 #ifndef __itkSliceIterator_h
19 #define __itkSliceIterator_h
47 template<
typename TPixel,
typename TContainer >
SliceIterator operator++()
SliceIterator operator++(int)
signed long OffsetValueType
bool operator<(const SliceIterator &orig)
SliceIterator(TContainer *n, std::slice s)
bool operator==(const SliceIterator &orig)
A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through oper...
TContainer * m_ContainerPointer
bool operator!=(const SliceIterator &orig)
TPixel & Loc(OffsetValueType n) const
TPixel & operator[](OffsetValueType n)