18#ifndef itkImageConstIteratorWithOnlyIndex_h
19#define itkImageConstIteratorWithOnlyIndex_h
94template <
typename TImage>
107 static constexpr unsigned int ImageDimension = TImage::ImageDimension;
139 static constexpr unsigned int
142 return ImageDimension;
201 return m_PositionIndex;
217 m_PositionIndex = ind;
262 bool m_Remaining{
false };
266#ifndef ITK_MANUAL_INSTANTIATION
267# include "itkImageConstIteratorWithOnlyIndex.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to provide o...
static constexpr unsigned int GetImageDimension()
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
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
ITK_DEFAULT_COPY_AND_MOVE(ImageConstIteratorWithOnlyIndex)
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)