18 #ifndef itkImageScanlineIterator_h
19 #define itkImageScanlineIterator_h
41 template<
typename TImage >
79 this->m_PixelAccessorFunctor.Set(*( const_cast< InternalPixelType * >(
80 this->m_Buffer + this->m_Offset ) ), value);
87 {
return *(
const_cast< InternalPixelType *
>( this->m_Buffer + this->m_Offset ) ); }
98 #ifndef ITK_MANUAL_INSTANTIATION
99 #include "itkImageScanlineIterator.hxx"
PixelContainer::Pointer PixelContainerPointer
A multi-dimensional iterator templated over image type that walks a region of pixels, scanline by scanline or in the direction of the fastest axis.
Superclass::PixelType PixelType
A multi-dimensional iterator templated over image type.
Superclass::SizeType SizeType
Superclass::AccessorType AccessorType
Superclass::PixelContainer PixelContainer
TImage::AccessorType AccessorType
TImage::InternalPixelType InternalPixelType
Superclass::RegionType RegionType
ImageScanlineIterator Self
Superclass::IndexType IndexType
TImage::IndexType IndexType
TImage::PixelType PixelType
void Set(const PixelType &value) const
Superclass::ImageType ImageType
Superclass::PixelContainerPointer PixelContainerPointer
TImage::RegionType RegionType
TImage::PixelContainer PixelContainer
A multi-dimensional iterator templated over image type that walks a region of pixels, scanline by scanline or in the direction of the fastest axis.
ImageScanlineConstIterator< TImage > Superclass
Superclass::InternalPixelType InternalPixelType
TImage::OffsetType OffsetType
TImage::SizeType SizeType
Superclass::OffsetType OffsetType