18#ifndef itkImageScanlineIterator_h
19#define itkImageScanlineIterator_h
41template <
typename TImage>
102template <
typename TImage>
107#ifndef ITK_MANUAL_INSTANTIATION
108# include "itkImageScanlineIterator.hxx"
AccessorFunctorType m_PixelAccessorFunctor
const InternalPixelType * m_Buffer
A multi-dimensional iterator templated over image type.
typename TImage::IndexType IndexType
typename TImage::PixelContainer PixelContainer
typename TImage::SizeType SizeType
typename TImage::OffsetType OffsetType
ImageScanlineConstIterator()
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 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)
typename TImage::InternalPixelType InternalPixelType
typename TImage::RegionType RegionType
void Set(const PixelType &value) const
ImageScanlineConstIterator< TImage > Superclass
ImageScanlineIterator Self
typename TImage::PixelType PixelType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageScanlineIterator(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageScanlineIterator< TImage >