aimstil
5.0.5
|
#include <til/ImageNCLinearIterator.h>
Public Types | |
typedef T & | reference |
![]() | |
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... | |
![]() | |
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 | |
![]() | |
T * | getIndex () |
![]() | |
T * | m_index |
Definition at line 17 of file ImageNCLinearIterator.h.
typedef T& til::LinearIterator< ImageNC< T > >::reference |
Definition at line 22 of file ImageNCLinearIterator.h.
|
inline |
Type returned by operator* (needed for template expression)
Definition at line 29 of file ImageNCLinearIterator.h.
|
inline |
Get reference of the current pixel.
Definition at line 35 of file ImageNCLinearIterator.h.