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"
TImage::PixelType PixelType
Superclass::IndexType IndexType
TImage::AccessorType AccessorType
TImage::PixelContainer PixelContainer
Superclass::ImageType ImageType
TImage::OffsetType OffsetType
ImageReverseIterator Self
Superclass::PixelType PixelType
A multi-dimensional image iterator designed to walk a specified image region in reverse.
Superclass::RegionType RegionType
Superclass::PixelContainerPointer PixelContainerPointer
TImage::SizeType SizeType
Superclass::AccessorType AccessorType
TImage::IndexType IndexType
A base class for multi-dimensional iterators templated over image type that are designed to efficient...
TImage::InternalPixelType InternalPixelType
Superclass::InternalPixelType InternalPixelType
ImageRegionReverseConstIterator< TImage > Superclass
Superclass::SizeType SizeType
Superclass::OffsetType OffsetType
A multi-dimensional image iterator designed to walk a specified region in reverse.
TImage::RegionType RegionType
void Set(const PixelType &value) const
Superclass::ImageType ImageType
PixelContainer::Pointer PixelContainerPointer
Superclass::RegionType RegionType
Superclass::PixelType PixelType
Superclass::PixelContainer PixelContainer