![]() |
ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkRLEImageIterator.h>
Definition at line 134 of file itkRLEImageIterator.h.
Additional Inherited Members | |
![]() | |
static unsigned int | GetImageIteratorDimension () |
![]() | |
static constexpr unsigned int | ImageIteratorDimension = VImageDimension |
![]() | |
virtual void | SetIndexInternal (const IndexValueType ind0) |
![]() | |
ImageType::ConstWeakPointer | m_Image |
IndexValueType | m_Index0 |
const RLLine * | m_RunLengthLine |
SizeValueType | m_RealIndex |
IndexValueType | m_SegmentRemainder |
IndexValueType | m_BeginIndex0 |
IndexValueType | m_EndIndex0 |
BufferIterator | m_BI |
BufferType::Pointer | m_Buffer |
using itk::ImageIteratorWithIndex< RLEImage< TPixel, VImageDimension, CounterType > >::ImageType = RLEImage< TPixel, VImageDimension, CounterType > |
Definition at line 138 of file itkRLEImageIterator.h.
using itk::ImageIteratorWithIndex< RLEImage< TPixel, VImageDimension, CounterType > >::RegionType = typename itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >::RegionType |
Definition at line 140 of file itkRLEImageIterator.h.
|
inline |
Default Constructor. Need to provide a default constructor since we provide a copy constructor.
Definition at line 144 of file itkRLEImageIterator.h.
|
inline |
Copy Constructor. The copy constructor is provided to make sure the handle to the image is properly reference counted.
Definition at line 150 of file itkRLEImageIterator.h.
References itk::ImageIterator< TImage >::operator=().
|
inline |
Constructor establishes an iterator to walk a particular image and a particular region of that image.
Definition at line 157 of file itkRLEImageIterator.h.
|
inline |
Get the image that this iterator walks.
Definition at line 173 of file itkRLEImageIterator.h.
References itk::ImageConstIteratorWithIndex< TImage >::m_Image.
|
inline |
Set the pixel value. Changing the RLE structure invalidates all other iterators (except this one).
Definition at line 164 of file itkRLEImageIterator.h.
References itk::ImageConstIteratorWithIndex< TImage >::m_Image.