18#ifndef itkSliceIterator_h
19#define itkSliceIterator_h
47template <
typename TPixel,
typename TContainer>
A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through oper...
TContainer * m_ContainerPointer
SliceIterator operator++(int)
TPixel & operator[](OffsetValueType n)
TPixel & Loc(OffsetValueType n) const
SliceIterator(TContainer *n, std::slice s)
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(SliceIterator)
bool operator==(const SliceIterator &orig) const
bool operator<(const SliceIterator &orig) const
SliceIterator operator++()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....