|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageRegionReverseIterator_h
19 #define itkImageRegionReverseIterator_h
68 template <
typename TImage>
107 this->m_PixelAccessor.Set(*const_cast<InternalPixelType *>((this->m_Buffer + this->m_Offset)), value);
116 return *const_cast<InternalPixelType *>((this->m_Buffer + this->m_Offset));
129 #ifndef ITK_MANUAL_INSTANTIATION
130 # include "itkImageRegionReverseIterator.hxx"
typename TImage::PixelType PixelType
void Set(const PixelType &value) const
typename Superclass::OffsetType OffsetType
Multi-dimensional image iterator.
typename Superclass::PixelContainer PixelContainer
typename Superclass::AccessorType AccessorType
ImageBaseType::SizeType SizeType
typename Superclass::RegionType RegionType
typename Superclass::InternalPixelType InternalPixelType
typename Superclass::PixelType PixelType
typename TImage::PixelContainer PixelContainer
typename TImage::OffsetType OffsetType
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
typename PixelContainer::Pointer PixelContainerPointer
typename TImage::AccessorType AccessorType
typename PixelContainer::Pointer PixelContainerPointer
typename Superclass::SizeType SizeType
typename TImage::InternalPixelType InternalPixelType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A multi-dimensional image iterator designed to walk a specified image region in reverse.
A multi-dimensional image iterator templated over image type.
typename Superclass::ImageType ImageType
A multi-dimensional image iterator which only walks a region.
typename Superclass::IndexType IndexType