aimstil
5.0.5
|
A class to iterate through all values of an image. More...
#include <til/ImageLinearIterator.h>
Public Types | |
typedef T & | reference |
![]() | |
typedef T | value_type |
typedef ImageC< T > | TImage |
typedef const T & | reference |
Public Member Functions | |
LinearIterator (ImageC< T > &im) | |
Type returned by operator* (needed for template expression) More... | |
reference | operator* () const |
Get reference of the current pixel. More... | |
![]() | |
ConstLinearIterator () | |
ConstLinearIterator (const ImageC< T > &im) | |
virtual | ~ConstLinearIterator () |
void | init (const ImageC< T > &im) |
void | setEnd (const T *end) |
INLINE void | operator++ () |
INLINE bool | next () |
bool | isAtEnd () const |
reference | operator* () const |
T * | getIndex () const |
A class to iterate through all values of an image.
Allows to read and write to the image.
Definition at line 16 of file ImageLinearIterator.h.
typedef T& til::LinearIterator< ImageC< T > >::reference |
Definition at line 22 of file ImageLinearIterator.h.
|
inline |
Type returned by operator* (needed for template expression)
Definition at line 29 of file ImageLinearIterator.h.
|
inline |
Get reference of the current pixel.
Definition at line 35 of file ImageLinearIterator.h.
References til::getIndex().