ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > > Class Template Reference

#include <itkRLEImageConstIterator.h>

+ Inheritance diagram for itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >:
+ Collaboration diagram for itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >:

Detailed Description

template<typename TPixel, unsigned int VImageDimension, typename CounterType>
class itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >

Definition at line 465 of file itkRLEImageConstIterator.h.

Public Types

typedef RLEImage< TPixel,
VImageDimension, CounterType > 
ImageType
 
typedef
itk::ImageConstIterator
< RLEImage< TPixel,
VImageDimension, CounterType >
>::RegionType 
RegionType
 
- Public Types inherited from itk::ImageConstIteratorWithIndex< RLEImage< TPixel, VImageDimension, CounterType > >
typedef RLEImage< TPixel,
VImageDimension, CounterType > 
ImageType
 
typedef
itk::ImageConstIterator
< RLEImage< TPixel,
VImageDimension, CounterType >
>::RegionType 
RegionType
 
- Public Types inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
typedef ImageRegionIterator
< BufferType
BufferIterator
 
typedef ImageType::BufferType BufferType
 
typedef RLEImage< TPixel,
VImageDimension, CounterType > 
ImageType
 
typedef ImageType::IndexType IndexType
 
typedef ImageType::IndexValueType IndexValueType
 
typedef
ImageType::InternalPixelType 
InternalPixelType
 
typedef ImageType::OffsetType OffsetType
 
typedef ImageType::PixelType PixelType
 
typedef ImageType::RegionType RegionType
 
typedef ImageType::RLLine RLLine
 
typedef ImageConstIterator Self
 
typedef ImageType::SizeType SizeType
 

Public Member Functions

 ImageConstIteratorWithOnlyIndex ()
 
 ImageConstIteratorWithOnlyIndex (const ImageConstIteratorWithOnlyIndex &it)
 
 ImageConstIteratorWithOnlyIndex (const ImageType *ptr, const RegionType &region)
 
- Public Member Functions inherited from itk::ImageConstIteratorWithIndex< RLEImage< TPixel, VImageDimension, CounterType > >
void GoToReverseBegin ()
 
 ImageConstIteratorWithIndex ()
 
 ImageConstIteratorWithIndex (const ImageConstIteratorWithIndex &it)
 
bool IsAtReverseEnd ()
 
 ImageConstIteratorWithIndex (const ImageType *ptr, const RegionType &region)
 
- Public Member Functions inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
PixelType Get (void) const
 
const ImageTypeGetImage () const
 
const IndexType GetIndex () const
 
const RegionType GetRegion () const
 
bool IsAtBegin (void) const
 
bool IsAtEnd (void) const
 
 itkTypeMacroNoParent (ImageConstIterator)
 
const PixelTypeValue (void) const
 
virtual ~ImageConstIterator ()
 
 ImageConstIterator ()
 
 ImageConstIterator (const Self &it)
 
 ImageConstIterator (const ImageType *ptr, const RegionType &region)
 
bool operator< (const Self &it) const
 
bool operator>= (const Self &it) const
 
bool operator> (const Self &it) const
 
virtual void SetIndex (const IndexType &ind)
 
void GoToBegin ()
 
void GoToEnd ()
 
Selfoperator= (const Self &it)
 
virtual void SetRegion (const RegionType &region)
 
bool operator!= (const Self &it) const
 
bool operator== (const Self &it) const
 
bool operator<= (const Self &it) const
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
static unsigned int GetImageIteratorDimension ()
 
- Static Public Attributes inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
static const unsigned int ImageIteratorDimension = VImageDimension
 
- Protected Member Functions inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
virtual void SetIndexInternal (const IndexValueType ind0)
 
- Protected Attributes inherited from itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >
ImageType::ConstWeakPointer m_Image
 
IndexValueType m_Index0
 
const RLLinem_RunLengthLine
 
SizeValueType m_RealIndex
 
IndexValueType m_SegmentRemainder
 
IndexValueType m_BeginIndex0
 
IndexValueType m_EndIndex0
 
BufferIterator m_BI
 
BufferType::Pointer m_Buffer
 

Member Typedef Documentation

template<typename TPixel , unsigned int VImageDimension, typename CounterType >
typedef RLEImage< TPixel, VImageDimension, CounterType > itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >::ImageType

Image typedef support.

Definition at line 472 of file itkRLEImageConstIterator.h.

template<typename TPixel , unsigned int VImageDimension, typename CounterType >
typedef itk::ImageConstIterator< RLEImage< TPixel, VImageDimension, CounterType > >::RegionType itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >::RegionType

Definition at line 474 of file itkRLEImageConstIterator.h.

Constructor & Destructor Documentation

template<typename TPixel , unsigned int VImageDimension, typename CounterType >
itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >::ImageConstIteratorWithOnlyIndex ( )
inline

Default Constructor. Need to provide a default constructor since we provide a copy constructor.

Definition at line 478 of file itkRLEImageConstIterator.h.

template<typename TPixel , unsigned int VImageDimension, typename CounterType >
itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >::ImageConstIteratorWithOnlyIndex ( const ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > > &  it)
inline

Copy Constructor. The copy constructor is provided to make sure the handle to the image is properly reference counted.

Definition at line 484 of file itkRLEImageConstIterator.h.

References itk::ImageConstIterator< TImage >::operator=().

template<typename TPixel , unsigned int VImageDimension, typename CounterType >
itk::ImageConstIteratorWithOnlyIndex< RLEImage< TPixel, VImageDimension, CounterType > >::ImageConstIteratorWithOnlyIndex ( const ImageType ptr,
const RegionType region 
)
inline

Constructor establishes an iterator to walk a particular image and a particular region of that image.

Definition at line 491 of file itkRLEImageConstIterator.h.


The documentation for this class was generated from the following file: