18#ifndef itkImageLinearIteratorWithIndex_h
19#define itkImageLinearIteratorWithIndex_h
66template <
typename TImage>
105 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
127#ifndef ITK_MANUAL_INSTANTIATION
128# include "itkImageLinearIteratorWithIndex.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...
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order.
A multi-dimensional image iterator that visits image pixels within a region in a "scan-line" order.
ImageLinearIteratorWithIndex()=default
ImageLinearIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
ImageLinearIteratorWithIndex(const ImageLinearConstIteratorWithIndex< TImage > &it)
ImageLinearIteratorWithIndex(ImageType *ptr, const RegionType ®ion)
void Set(const PixelType &value) const
Self & operator=(const ImageLinearConstIteratorWithIndex< TImage > &it)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....