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