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