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