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