|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkImageRegionIterator_h
19 #define itkImageRegionIterator_h
79 template <
typename TImage>
118 this->m_PixelAccessorFunctor.Set(*(const_cast<InternalPixelType *>(this->m_Buffer + this->m_Offset)), value);
127 return *(const_cast<InternalPixelType *>(this->m_Buffer + this->m_Offset));
140 #ifndef ITK_MANUAL_INSTANTIATION
141 # include "itkImageRegionIterator.hxx"
typename TImage::SizeType SizeType
typename TImage::PixelType PixelType
typename TImage::OffsetType OffsetType
typename TImage::AccessorType AccessorType
typename TImage::RegionType RegionType
ImageBaseType::SizeType SizeType
A multi-dimensional iterator templated over image type that walks a region of pixels.
typename PixelContainer::Pointer PixelContainerPointer
ImageBaseType::IndexType IndexType
ImageBaseType::RegionType RegionType
void Set(const PixelType &value) const
typename TImage::InternalPixelType InternalPixelType
A multi-dimensional iterator templated over image type.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A multi-dimensional image iterator templated over image type.
typename TImage::PixelContainer PixelContainer
typename TImage::IndexType IndexType
A multi-dimensional iterator templated over image type that walks a region of pixels.