18#ifndef itkImageRegionExclusionConstIteratorWithIndex_h
19#define itkImageRegionExclusionConstIteratorWithIndex_h
130template <
typename TImage>
218#ifndef ITK_MANUAL_INSTANTIATION
219# include "itkImageRegionExclusionConstIteratorWithIndex.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::IndexType IndexType
typename TImage::InternalPixelType InternalPixelType
typename TImage::PixelContainer PixelContainer
A multi-dimensional iterator templated over image type that walks an image region and is specialized ...
A multi-dimensional image iterator that walks an image region, excluding a second region that may par...
ImageRegionExclusionConstIteratorWithIndex(const ImageType *ptr, const RegionType ®ion)
void SetExclusionRegion(const RegionType ®ion)
ImageRegionExclusionConstIteratorWithIndex()=default
IndexType m_ExclusionBegin
void SetExclusionRegionToInsetRegion()
RegionType m_ExclusionRegion
ImageRegionExclusionConstIteratorWithIndex(const Superclass &it)
ImageBaseType::RegionType RegionType
ImageBaseType::IndexType IndexType
ImageBaseType::SizeType SizeType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....