18 #ifndef itkImageReverseIterator_h
19 #define itkImageReverseIterator_h
64 template<
typename TImage >
101 { this->m_PixelAccessorFunctor.Set(*const_cast< InternalPixelType * >( ( this->m_Buffer + this->m_Offset ) ), value); }
107 {
return *( this->m_Buffer + this->m_Offset ); }
118 #ifndef ITK_MANUAL_INSTANTIATION
119 #include "itkImageReverseIterator.hxx"
typename PixelContainer::Pointer PixelContainerPointer
typename Superclass::PixelContainer PixelContainer
typename Superclass::PixelType PixelType
typename Superclass::OffsetType OffsetType
typename Superclass::RegionType RegionType
A multi-dimensional image iterator designed to walk a specified image region in reverse.
typename Superclass::AccessorType AccessorType
typename TImage::PixelContainer PixelContainer
typename TImage::AccessorType AccessorType
typename TImage::InternalPixelType InternalPixelType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
ImageBaseType::SizeType SizeType
typename TImage::PixelType PixelType
typename Superclass::SizeType SizeType
ImageBaseType::IndexType IndexType
typename Superclass::IndexType IndexType
typename Superclass::InternalPixelType InternalPixelType
Multi-dimensional image iterator.
typename PixelContainer::Pointer PixelContainerPointer
A multi-dimensional image iterator designed to walk a specified region in reverse.
typename TImage::OffsetType OffsetType
void Set(const PixelType &value) const
ImageBaseType::RegionType RegionType
typename Superclass::ImageType ImageType