18#ifndef itkImageRegionConstIteratorWithOnlyIndex_h
19#define itkImageRegionConstIteratorWithOnlyIndex_h
131template <
typename TImage>
195template <
typename TImage>
201#ifndef ITK_MANUAL_INSTANTIATION
202# include "itkImageRegionConstIteratorWithOnlyIndex.hxx"
typename TImage::OffsetType OffsetType
ImageConstIteratorWithOnlyIndex()=default
typename TImage::RegionType RegionType
typename TImage::SizeType SizeType
typename TImage::IndexType IndexType
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
ImageRegionConstIteratorWithOnlyIndex(const ImageConstIteratorWithOnlyIndex< TImage > &it)
ImageConstIteratorWithOnlyIndex< TImage > Superclass
typename TImage::RegionType RegionType
ImageRegionConstIteratorWithOnlyIndex Self
ImageRegionConstIteratorWithOnlyIndex(const TImage *ptr, const RegionType ®ion)
ImageRegionConstIteratorWithOnlyIndex()
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRegionConstIteratorWithOnlyIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRegionConstIteratorWithOnlyIndex< std::remove_const_t< TImage > >