Forward pixel iterator on a 1-D image with border. More...
#include <pixter1d.hh>
Inherits forward_pixel_iterator_base_< I, fwd_pixter1d< I > >.
Public Types | |
| typedef I | image | 
| Image type.   | |
Public Member Functions | |
| fwd_pixter1d (I &image) | |
| Constructor.   | |
| void | next () | 
| Go to the next element.   | |
Forward pixel iterator on a 1-D image with border.
Definition at line 45 of file pixter1d.hh.
| typedef I mln::fwd_pixter1d< I >::image | 
Image type.
Definition at line 52 of file pixter1d.hh.
| mln::fwd_pixter1d< I >::fwd_pixter1d | ( | I & | image | ) |  [inline] | 
        
Constructor.
| [in] | image | The image this pixel iterator is bound to. | 
Definition at line 96 of file pixter1d.hh.
| void mln::Iterator< fwd_pixter1d< I > >::next | ( | ) |  [inherited] | 
        
Go to the next element.
 1.7.1