mln::canvas::browsing::snake_generic_t Struct Reference

Multidimentional Browsing in a given-way. More...

#include <snake_generic.hh>

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

List of all members.


Detailed Description

Multidimentional Browsing in a given-way.

F shall feature:
{
--- as attributes:
input;
p;
--- as methods:
void init();
void *() moves[];
dpsite dps[];
}

init is called before browsing

The snake follow dimension using the delta point site of dps. dps[0] = delta psite following the global dimension (forward) dps[1] = delta psite following the 2nd dimension to follow (forward). dps[2] = delta psite following the 2nd dimension to follow (backward). dps[3] = delta psite following the 3nd dimension to follow (forward). dps[3] = delta psite following the 3nd dimension to follow (backward).

moves contains pointer to f's members. These merbers will be call in each time the snake progress in the correct dimension :

moves[i] is called at each move following the delta psite dps[i]

Definition at line 76 of file snake_generic.hh.