18#ifndef itkImageRegionIterator_h
19#define itkImageRegionIterator_h
79template <
typename TImage>
118 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Buffer + this->m_Offset)), value);
140#ifndef ITK_MANUAL_INSTANTIATION
141# include "itkImageRegionIterator.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.
ImageRegionIterator(const ImageRegionConstIterator< TImage > &it)
ImageRegionIterator()=default
Self & operator=(const ImageRegionConstIterator< TImage > &it)
ImageRegionIterator(const ImageIterator< TImage > &it)
ImageRegionIterator(ImageType *ptr, const RegionType ®ion)
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....