18 #ifndef __itkImageConstIteratorWithOnlyIndex_h
19 #define __itkImageConstIteratorWithOnlyIndex_h
94 template<
typename TImage >
105 itkStaticConstMacro(ImageDimension,
unsigned int, TImage::ImageDimension);
142 Self & operator=(
const Self & it);
145 static unsigned int GetImageDimension()
147 return ImageDimension;
162 operator==(
const Self & it)
const
171 operator<=(
const Self & it)
const
181 operator<(
const Self & it)
const
191 operator>=(
const Self & it)
const
201 operator>(
const Self & it)
const
212 return m_PositionIndex;
226 m_PositionIndex = ind;
231 itkLegacyMacro(Self Begin(
void)
const);
234 void GoToBegin(
void);
238 itkLegacyMacro(Self End(
void)
const);
241 void GoToReverseBegin(
void);
244 bool IsAtReverseEnd(
void)
const
250 bool IsAtEnd(
void)
const
279 #ifndef ITK_MANUAL_INSTANTIATION
280 #include "itkImageConstIteratorWithOnlyIndex.hxx"