mln::canvas::browsing::snake_fwd_t Struct Reference

Browsing in a snake-way, forward. More...

#include <snake_fwd.hh>

Inheritance diagram for mln::canvas::browsing::snake_fwd_t:

Inheritance graph

List of all members.

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


Detailed Description

Browsing in a snake-way, forward.

This canvas browse all the point of an image 'input' like this :

-------> <------' '------>

The fonctor should provide (In addition to 'input') four methods :

This methods should acces to the current working point 'p' also provided by the functor.

Warning: This canvas works only on 2D.

F shall feature:
{
--- as attributes:
input;
p;
--- as methods:
void init();
void down();
void fwd();
void bkd();
}

Definition at line 83 of file snake_fwd.hh.


Member Typedef Documentation

template<typename E>
typedef Browsing<void> mln::Browsing< E >::category [inherited]

Reimplemented from mln::Object< E >.

Definition at line 58 of file browsing.hh.

template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 172 of file object.hh.


Member Function Documentation

template<typename E>
void mln::Browsing< E >::final (  )  [inline, inherited]

Definition at line 84 of file browsing.hh.

template<typename E>
void mln::Browsing< E >::init (  )  [inline, inherited]

Definition at line 78 of file browsing.hh.

template<typename F>
void mln::canvas::browsing::snake_fwd_t::operator() ( F &  f  )  const [inline]


Generated on Sun Apr 25 01:57:50 2010 for Milena (Olena) by  doxygen 1.5.6