aimstil  5.0.5
til::LinearIterator< ImageNC< T > > Class Template Reference

#include <til/ImageNCLinearIterator.h>

Inheritance diagram for til::LinearIterator< ImageNC< T > >:
Collaboration diagram for til::LinearIterator< ImageNC< T > >:

Public Types

typedef T & reference
 
- Public Types inherited from til::ConstLinearIterator< ImageNC< T > >
typedef T value_type
 
typedef const T & reference
 
typedef ImageNC< T > TImage
 

Public Member Functions

 LinearIterator (ImageNC< T > &im)
 Type returned by operator* (needed for template expression) More...
 
reference operator* ()
 Get reference of the current pixel. More...
 
- Public Member Functions inherited from til::ConstLinearIterator< ImageNC< T > >
 ConstLinearIterator (const ImageNC< T > &im)
 Type returned by operator* (needed for template expression) More...
 
virtual ~ConstLinearIterator ()
 
void init ()
 
void operator++ ()
 
bool isAtEnd () const
 
reference operator* () const
 

Additional Inherited Members

- Protected Member Functions inherited from til::ConstLinearIterator< ImageNC< T > >
T * getIndex ()
 
- Protected Attributes inherited from til::ConstLinearIterator< ImageNC< T > >
T * m_index
 

Detailed Description

template<typename T>
class til::LinearIterator< ImageNC< T > >

Definition at line 17 of file ImageNCLinearIterator.h.

Member Typedef Documentation

◆ reference

template<typename T >
typedef T& til::LinearIterator< ImageNC< T > >::reference

Definition at line 22 of file ImageNCLinearIterator.h.

Constructor & Destructor Documentation

◆ LinearIterator()

template<typename T >
til::LinearIterator< ImageNC< T > >::LinearIterator ( ImageNC< T > &  im)
inline

Type returned by operator* (needed for template expression)

Definition at line 29 of file ImageNCLinearIterator.h.

Member Function Documentation

◆ operator*()

template<typename T >
reference til::LinearIterator< ImageNC< T > >::operator* ( )
inline

Get reference of the current pixel.

Definition at line 35 of file ImageNCLinearIterator.h.


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