18#ifndef itkImageRegionConstIteratorWithIndex_h
19#define itkImageRegionConstIteratorWithIndex_h
130template <
typename TImage>
199template <
typename TImage>
205#ifndef ITK_MANUAL_INSTANTIATION
206# include "itkImageRegionConstIteratorWithIndex.hxx"
Self & operator=(const Self &it)
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
ImageConstIteratorWithIndex()=default
typename TImage::SizeType SizeType
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
ImageRegionConstIteratorWithIndex(const ImageConstIteratorWithIndex< TImage > &it)
ImageRegionConstIteratorWithIndex(const TImage *ptr, const RegionType ®ion)
ImageRegionConstIteratorWithIndex()
ImageRegionConstIteratorWithIndex Self
typename InputImageType::RegionType RegionType
ImageConstIteratorWithIndex< TImage > Superclass
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRegionConstIteratorWithIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRegionConstIteratorWithIndex< std::remove_const_t< TImage > >