18 #ifndef itkImageRegionReverseIterator_h
19 #define itkImageRegionReverseIterator_h
68 template<
typename TImage >
105 { this->m_PixelAccessor.Set(*const_cast< InternalPixelType * >( ( this->m_Buffer + this->m_Offset ) ), value); }
111 {
return *
const_cast< InternalPixelType *
>( ( this->m_Buffer + this->m_Offset ) ); }
122 #ifndef ITK_MANUAL_INSTANTIATION
123 #include "itkImageRegionReverseIterator.hxx"
typename PixelContainer::Pointer PixelContainerPointer
typename Superclass::PixelContainer PixelContainer
typename Superclass::PixelType PixelType
void Set(const PixelType &value) const
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
A multi-dimensional image iterator templated over image type.
typename TImage::InternalPixelType InternalPixelType
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
typename TImage::OffsetType OffsetType
A multi-dimensional image iterator which only walks a region.
ImageBaseType::RegionType RegionType
typename Superclass::ImageType ImageType