Backward pixel iterator on a 3-D image with border. More...
#include <pixter3d.hh>
Inherits backward_pixel_iterator_base_< I, bkd_pixter3d< I > >.
Public Types | |
| typedef I | image | 
| Image type.   | |
Public Member Functions | |
| bkd_pixter3d (I &image) | |
| Constructor.   | |
| void | next () | 
| Go to the next element.   | |
Backward pixel iterator on a 3-D image with border.
Definition at line 100 of file pixter3d.hh.
| typedef I mln::bkd_pixter3d< I >::image | 
Image type.
Definition at line 107 of file pixter3d.hh.
| mln::bkd_pixter3d< I >::bkd_pixter3d | ( | I & | image | ) |  [inline] | 
        
Constructor.
| [in] | image | The image this pixel iterator is bound to. | 
Definition at line 207 of file pixter3d.hh.
| void mln::Iterator< bkd_pixter3d< I > >::next | ( | ) |  [inherited] | 
        
Go to the next element.
 1.7.1