|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageConstIteratorWithOnlyIndex_h
19 #define itkImageConstIteratorWithOnlyIndex_h
94 template <
typename TImage>
107 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
139 static constexpr
unsigned int
142 return ImageDimension;
154 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(
Self);
201 return m_PositionIndex;
217 m_PositionIndex = ind;
262 bool m_Remaining{
false };
266 #ifndef ITK_MANUAL_INSTANTIATION
267 # include "itkImageConstIteratorWithOnlyIndex.hxx"
SmartPointer< const Self > ConstPointer
IndexType m_PositionIndex
bool IsAtReverseEnd() const
bool operator<(const Index< VDimension > &one, const Index< VDimension > &two)
bool operator<=(const Index< VDimension > &one, const Index< VDimension > &two)
bool operator>=(const Self &it) const
typename TImage::SizeType SizeType
typename TImage::OffsetType OffsetType
void SetIndex(const IndexType &ind)
ImageBaseType::SizeType SizeType
typename TImage::RegionType RegionType
bool operator>(const Self &it) const
typename IndexType::IndexValueType IndexValueType
const IndexType & GetIndex() const
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
bool operator==(const Self &it) const
const RegionType & GetRegion() const
static constexpr unsigned int GetImageDimension()
A base class for multi-dimensional iterators templated over image type that are designed to provide o...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename SizeType::SizeValueType SizeValueType
typename TImage::IndexType IndexType
typename OffsetType::OffsetValueType OffsetValueType
unsigned long SizeValueType