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