18#ifndef itkImageConstIteratorWithOnlyIndex_h
19#define itkImageConstIteratorWithOnlyIndex_h
94template <
typename TImage>
105 static constexpr unsigned int ImageDimension = TImage::ImageDimension;
149 return ImageDimension;
208 return m_PositionIndex;
224 m_PositionIndex = ind;
269 bool m_Remaining{
false };
273#ifndef ITK_MANUAL_INSTANTIATION
274# include "itkImageConstIteratorWithOnlyIndex.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to provide o...
bool operator==(const Self &it) const
IndexType m_PositionIndex
ImageConstIteratorWithOnlyIndex(const TImage *ptr, const RegionType ®ion)
const IndexType & GetIndex() const
bool operator>(const Self &it) const
bool operator>=(const Self &it) const
ImageConstIteratorWithOnlyIndex(const Self &it)
virtual ~ImageConstIteratorWithOnlyIndex()=default
typename OffsetType::OffsetValueType OffsetValueType
typename TImage::OffsetType OffsetType
typename IndexType::IndexValueType IndexValueType
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(Self)
ImageConstIteratorWithOnlyIndex()=default
typename SizeType::SizeValueType SizeValueType
static unsigned int GetImageDimension()
Self & operator=(const Self &it)
const RegionType & GetRegion() const
typename TImage::RegionType RegionType
bool IsAtReverseEnd() const
void SetIndex(const IndexType &ind)
typename TImage::SizeType SizeType
typename TImage::IndexType IndexType
SmartPointer< const Self > ConstPointer
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
bool operator<=(const Index< VDimension > &one, const Index< VDimension > &two)
unsigned long SizeValueType
bool operator<(const Index< VDimension > &one, const Index< VDimension > &two)