18#ifndef itkImageSliceConstIteratorWithIndex_h
19#define itkImageSliceConstIteratorWithIndex_h
112template <
typename TImage>
226#ifndef ITK_MANUAL_INSTANTIATION
227# include "itkImageSliceConstIteratorWithIndex.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
Self & operator=(const Self &it)
typename SizeType::SizeValueType SizeValueType
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
Multi-dimensional image iterator which only walks a region.
void SetFirstDirection(unsigned int direction)
bool IsAtEndOfLine() const
bool IsAtEndOfSlice() const
ImageSliceConstIteratorWithIndex(const ImageType *ptr, const RegionType ®ion)
SizeValueType m_PixelJump
bool IsAtReverseEndOfLine() const
unsigned int m_Direction_A
ImageSliceConstIteratorWithIndex(const ImageConstIteratorWithIndex< TImage > &it)
void SetSecondDirection(unsigned int direction)
ImageSliceConstIteratorWithIndex()
bool IsAtReverseEndOfSlice() const
unsigned int m_Direction_B
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....