18#ifndef itkImageRegionExclusionIteratorWithIndex_h
19#define itkImageRegionExclusionIteratorWithIndex_h
66template <
typename TImage>
106 this->m_PixelAccessorFunctor.Set(*(
const_cast<InternalPixelType *
>(this->m_Position)), value);
128#ifndef ITK_MANUAL_INSTANTIATION
129# include "itkImageRegionExclusionIteratorWithIndex.hxx"
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
typename TImage::AccessorType AccessorType
typename TImage::PixelType PixelType
typename TImage::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::OffsetType OffsetType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
A multi-dimensional image iterator that walks an image region, excluding a second region that may par...
A multi-dimensional image iterator that walks an image region, excluding a second region contained wi...
ImageRegionExclusionIteratorWithIndex(ImageType *ptr, const RegionType ®ion)
void Set(const PixelType &value) const
Self & operator=(const ImageRegionExclusionConstIteratorWithIndex< TImage > &it)
ImageRegionExclusionIteratorWithIndex(const ImageIteratorWithIndex< TImage > &it)
ImageRegionExclusionIteratorWithIndex()=default
ImageRegionExclusionIteratorWithIndex(const ImageRegionExclusionConstIteratorWithIndex< TImage > &it)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....