18 #ifndef __itkImageSliceConstIteratorWithIndex_h
19 #define __itkImageSliceConstIteratorWithIndex_h
112 template<
typename TImage >
211 #ifndef ITK_MANUAL_INSTANTIATION
212 #include "itkImageSliceConstIteratorWithIndex.hxx"
unsigned int m_Direction_B
Superclass::RegionType RegionType
bool IsAtReverseEndOfSlice(void)
TImage::InternalPixelType InternalPixelType
ImageSliceConstIteratorWithIndex(const ImageConstIteratorWithIndex< TImage > &it)
TImage::SizeType SizeType
TImage::AccessorType AccessorType
unsigned int m_Direction_A
Superclass::ImageType ImageType
void SetFirstDirection(unsigned int direction)
ImageSliceConstIteratorWithIndex Self
ImageSliceConstIteratorWithIndex()
ImageSliceConstIteratorWithIndex(const ImageType *ptr, const RegionType ®ion)
void SetSecondDirection(unsigned int direction)
Superclass::PixelContainerPointer PixelContainerPointer
TImage::PixelContainer PixelContainer
bool IsAtEndOfSlice(void)
TImage::OffsetType OffsetType
Superclass::SizeType SizeType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
TImage::IndexType IndexType
Superclass::IndexType IndexType
Superclass::InternalPixelType InternalPixelType
TImage::RegionType RegionType
TImage::PixelType PixelType
Superclass::PixelContainer PixelContainer
bool IsAtReverseEndOfLine(void)
PixelContainer::Pointer PixelContainerPointer
Superclass::AccessorType AccessorType
Superclass::PixelType PixelType
Self & operator=(const Self &it)
Superclass::OffsetType OffsetType
Multi-dimensional image iterator which only walks a region.
void GoToBeginOfSlice(void)
SizeType::SizeValueType SizeValueType
SizeValueType m_PixelJump
ImageConstIteratorWithIndex< TImage > Superclass