18#ifndef itkImageScanlineIterator_h
19#define itkImageScanlineIterator_h
41template <
typename TImage>
80 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Buffer + this->m_Offset)), value);
102template <
typename TImage>
107#ifndef ITK_MANUAL_INSTANTIATION
108# include "itkImageScanlineIterator.hxx"
A multi-dimensional image iterator templated over image type.
typename TImage::PixelContainer PixelContainer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::AccessorType AccessorType
typename TImage::RegionType RegionType
typename TImage::PixelType PixelType
A multi-dimensional iterator templated over image type.
A multi-dimensional iterator templated over image type that walks a region of pixels,...
A multi-dimensional iterator templated over image type that walks a region of pixels,...
ImageScanlineIterator(const ImageScanlineConstIterator< TImage > &it)
ImageScanlineIterator()=default
Self & operator=(const ImageScanlineConstIterator< TImage > &it)
ImageScanlineIterator(const ImageIterator< TImage > &it)
ImageScanlineIterator(TImage *ptr, const RegionType ®ion)
void Set(const PixelType &value) const
Implements transparent reference counting.
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageScanlineIterator(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageScanlineIterator< TImage >