Milena (Olena)  User documentation 2.0a Id
mln::canvas::browsing::fwd_t Struct Reference

Canvas for forward browsing. More...

#include <fwd.hh>

Inheritance diagram for mln::canvas::browsing::fwd_t:
Inheritance graph

List of all members.


Detailed Description

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 :

  • init() : Will be called at the beginning.
  • next() : Will be called at each point 'p' (also provided by the functor).
  • final(): Will be called at the end.

F shall feature:
{
--- as typedef:
I;
--as attributes:
input;
p;
--- as method:
void init();
void next();
void final();
}

Definition at line 73 of file fwd.hh.

 All Classes Namespaces Functions Variables Typedefs Enumerator