#include <hyper_directional.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 point of an image 'input' of type 'I' and of dimension 'dim' in the direction 'dir'.
The functor should provide (In addition to 'input', 'I', 'dim' and 'dir') three methods :
F shall features :
{
--- as types:
I;
--- as attributes:
dim;
dir; // and test dir < dim
input;
p;
--- as methods:
void init();
void next();
void final();
}
Definition at line 74 of file hyper_directional.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::hyper_directional_t::operator() | ( | F & | f | ) | const [inline] |
Definition at line 89 of file hyper_directional.hh.
References mln::trace::entering(), and mln::trace::exiting().