|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkSliceIterator_h
19 #define itkSliceIterator_h
47 template <
typename TPixel,
typename TContainer>
74 ans.
m_Pos = static_cast<OffsetValueType>(
m_Slice.size());
135 const auto start = static_cast<OffsetValueType>(
m_Slice.start());
136 const auto stride = static_cast<OffsetValueType>(
m_Slice.stride());
A flexible iterator for itk containers(i.e. itk::Neighborhood) that support pixel access through oper...
TContainer * m_ContainerPointer
TPixel & Loc(OffsetValueType n) const
SliceIterator(TContainer *n, std::slice s)
SliceIterator operator++()
SliceIterator operator++(int)
bool operator<(const SliceIterator &orig)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
signed long OffsetValueType
bool operator!=(const SliceIterator &orig)
bool operator==(const SliceIterator &orig) const
TPixel & operator[](OffsetValueType n)