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