18#ifndef itkImageSliceIteratorWithIndex_h
19#define itkImageSliceIteratorWithIndex_h
68template <
typename TImage>
107 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
129#ifndef ITK_MANUAL_INSTANTIATION
130# include "itkImageSliceIteratorWithIndex.hxx"
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
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
Multi-dimensional image iterator which only walks a region.
A multi-dimensional image iterator that extends the ImageLinearIteratorWithIndex from iteration along...
ImageSliceIteratorWithIndex(ImageType *ptr, const RegionType ®ion)
ImageSliceIteratorWithIndex(const ImageSliceConstIteratorWithIndex< TImage > &it)
ImageSliceIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
Self & operator=(const ImageSliceConstIteratorWithIndex< TImage > &it)
ImageSliceIteratorWithIndex()=default
void Set(const PixelType &value) const
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....