|
aimstil
5.0.5
|
#include <til/ImageNCLinearIterator.h>


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 |
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.