18#ifndef itkImageRegionExclusionConstIteratorWithIndex_h
19#define itkImageRegionExclusionConstIteratorWithIndex_h
131template <
typename TImage>
219template <
typename TImage>
225#ifndef ITK_MANUAL_INSTANTIATION
226# include "itkImageRegionExclusionConstIteratorWithIndex.hxx"
ImageRegionConstIteratorWithIndex()
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 that may par...
ImageRegionConstIteratorWithIndex< TImage > Superclass
void SetExclusionRegion(const RegionType ®ion)
ImageRegionExclusionConstIteratorWithIndex()=default
ImageRegionExclusionConstIteratorWithIndex Self
typename TImage::RegionType RegionType
IndexType m_ExclusionBegin
ImageRegionExclusionConstIteratorWithIndex(const TImage *ptr, const RegionType ®ion)
void SetExclusionRegionToInsetRegion()
RegionType m_ExclusionRegion
ImageRegionExclusionConstIteratorWithIndex(const Superclass &it)
typename TImage::IndexType IndexType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ImageRegionExclusionConstIteratorWithIndex(SmartPointer< TImage >, const typename TImage::RegionType &) -> ImageRegionExclusionConstIteratorWithIndex< std::remove_const_t< TImage > >