18 #ifndef itkRLEImageScanlineIterator_h
19 #define itkRLEImageScanlineIterator_h
34 template<
typename TPixel,
unsigned int VImageDimension,
typename CounterType >
78 *const_cast< typename ImageType::RLLine * >( this->m_RunLengthLine ),
79 this->m_SegmentRemainder, this->m_RealIndex, value );
106 #endif // itkRLEImageScanlineIterator_h
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.
typename Superclass::PixelType PixelType
typename ImageType::SizeType SizeType
ImageScanlineIterator(const ImageIterator< ImageType > &it)
A multi-dimensional iterator templated over image type.
typename ImageType::RegionType RegionType
ImageScanlineIterator(const ImageScanlineConstIterator< ImageType > &it)
A multi-dimensional image iterator templated over image type.
Self & operator=(const Self &it)
ImageScanlineIterator()=default
typename ImageType::PixelType PixelType
typename Superclass::InternalPixelType InternalPixelType
ImageScanlineIterator(ImageType *ptr, const RegionType ®ion)
TImage::ConstWeakPointer m_Image
Self & operator=(const ImageScanlineConstIterator< ImageType > &it)
typename ImageType::OffsetType OffsetType
typename Superclass::IndexType IndexType
typename Superclass::SizeType SizeType
typename Superclass::RegionType RegionType
typename Superclass::OffsetType OffsetType
ImageScanlineIterator Self
void Set(const PixelType &value) const
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.
typename ImageType::IndexType IndexType
typename Superclass::ImageType ImageType
Run-Length Encoded image. It saves memory for label images at the expense of processing times...
typename ImageType::InternalPixelType InternalPixelType