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