18#ifndef itkImageIteratorWithIndex_h
19#define itkImageIteratorWithIndex_h
67template <
typename TImage>
80 static constexpr unsigned int ImageIteratorDimension = TImage::ImageDimension;
112 this->m_PixelAccessor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
134#ifndef ITK_MANUAL_INSTANTIATION
135# include "itkImageIteratorWithIndex.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...
~ImageIteratorWithIndex() override=default
Self & operator=(const ImageConstIteratorWithIndex< TImage > &it)
ImageIteratorWithIndex(const ImageConstIteratorWithIndex< TImage > &it)
void Set(const PixelType &value) const
ImageIteratorWithIndex(TImage *ptr, const RegionType ®ion)
ITK_DEFAULT_COPY_AND_MOVE(ImageIteratorWithIndex)
ImageIteratorWithIndex()=default
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....