18#ifndef itkImageRegionIterator_h
19#define itkImageRegionIterator_h
79template <
typename TImage>
141template <
typename TImage>
146#ifndef ITK_MANUAL_INSTANTIATION
147# include "itkImageRegionIterator.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
typename TImage::InternalPixelType InternalPixelType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::AccessorType AccessorType
typename TImage::RegionType RegionType
ImageRegionConstIterator()
typename TImage::PixelType PixelType
A multi-dimensional iterator templated over image type that walks a region of pixels.
ImageRegionIterator(const ImageRegionConstIterator< TImage > &it)
ImageRegionIterator(TImage *ptr, const RegionType ®ion)
ImageRegionIterator()=default
Self & operator=(const ImageRegionConstIterator< TImage > &it)
typename ImageType::InternalPixelType InternalPixelType
ImageRegionConstIterator< TImage > Superclass
ImageRegionIterator(const ImageIterator< TImage > &it)
typename ImageType::RegionType RegionType
void Set(const PixelType &value) const
typename ImageType::PixelType PixelType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRegionIterator(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRegionIterator< TImage >