$extrastylesheet
#include <mln/canvas/browsing/fwd.hh>
Public Member Functions | |
fwd_t () | |
void | final () |
void | init () |
template<typename F > | |
void | operator() (F &f) const |
Public Types | |
typedef Browsing< void > | category |
typedef fwd_t | exact_t |
Canvas for forward browsing.
This canvas browse all the points of an image 'input' of type 'I' from left to right and from top to bottom
The fonctor should provide (In addition of 'I' and 'input') three methods :
F shall feature:
mln::canvas::browsing::fwd_t::fwd_t | ( | ) |
|
inherited |
|
inherited |
void mln::canvas::browsing::fwd_t::operator() | ( | F & | f | ) | const |
|
inherited |
Definition at line 60 of file browsing.hh.