|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkConditionalConstIterator_h
19 #define itkConditionalConstIterator_h
37 template <
typename TImage>
48 static constexpr
unsigned int NDimension = TImage::ImageDimension;
70 IsPixelIncluded(
const IndexType & index)
const = 0;
87 return Self::NDimension;
95 virtual const PixelType
121 bool m_IsAtEnd{
false };
typename TImage::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
ImageType::ConstWeakPointer m_Image
ImageBaseType::RegionType RegionType
typename TImage::RegionType RegionType
typename TImage::SizeType SizeType
Self & operator=(const Self &it)
A base class for other iterators where membership in the set of output pixels is conditional upon som...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
static unsigned int GetIteratorDimension()
typename TImage::PixelType PixelType