18 #ifndef itkImageRegionExclusionIteratorWithIndex_h
19 #define itkImageRegionExclusionIteratorWithIndex_h
66 template<
typename TImage >
103 { this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >( this->m_Position ) ), value); }
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkImageRegionExclusionIteratorWithIndex.hxx"
typename TImage::SizeType SizeType
A multi-dimensional image iterator that walks an image region, excluding a second region contained wi...
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::InternalPixelType InternalPixelType
A multi-dimensional image iterator that walks an image region, excluding a second region that may par...
typename TImage::PixelType PixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
void Set(const PixelType &value) const
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
typename TImage::IndexType IndexType
typename TImage::RegionType RegionType
typename TImage::AccessorType AccessorType
typename TImage::PixelContainer PixelContainer
ImageBaseType::RegionType RegionType
typename TImage::OffsetType OffsetType