#include <fwd.hh>
Public Types | |
typedef Browsing< void > | category |
typedef E | exact_t |
Public Member Functions | |
void | final () |
void | init () |
template<typename F> | |
void | operator() (F &f) const |
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:
{
--- as typedef:
I;
--as attributes:
input;
p;
--- as method:
void init();
void next();
void final();
}
Definition at line 72 of file fwd.hh.
typedef Browsing<void> mln::Browsing< E >::category [inherited] |
typedef E mln::Object< E >::exact_t [inherited] |
void mln::Browsing< E >::final | ( | ) | [inline, inherited] |
Definition at line 84 of file browsing.hh.
void mln::Browsing< E >::init | ( | ) | [inline, inherited] |
Definition at line 78 of file browsing.hh.
void mln::canvas::browsing::fwd_t::operator() | ( | F & | f | ) | const [inline] |