18#ifndef itkImageSliceIteratorWithIndex_h
19#define itkImageSliceIteratorWithIndex_h
68template <
typename TImage>
130template <
typename TImage>
136#ifndef ITK_MANUAL_INSTANTIATION
137# include "itkImageSliceIteratorWithIndex.hxx"
const InternalPixelType * m_Position
AccessorFunctorType m_PixelAccessorFunctor
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
ImageSliceConstIteratorWithIndex()
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::SizeType SizeType
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along...
ImageSliceIteratorWithIndex(const ImageSliceConstIteratorWithIndex< TImage > &it)
ImageSliceIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
Self & operator=(const ImageSliceConstIteratorWithIndex< TImage > &it)
ImageSliceIteratorWithIndex Self
ImageSliceIteratorWithIndex()=default
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
ImageSliceConstIteratorWithIndex< TImage > Superclass
ImageSliceIteratorWithIndex(TImage *ptr, const RegionType ®ion)
typename TImage::InternalPixelType InternalPixelType
void Set(const PixelType &value) const
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageSliceIteratorWithIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageSliceIteratorWithIndex< TImage >