#include <window.hh>
Public Types | |
typedef void | bkd_qiter |
Site_Iterator type associated to this window to browse its points in a backward way. | |
typedef void | fwd_qiter |
Site_Iterator type associated to this window to browse its points in a forward way. | |
typedef void | qiter |
Site_Iterator type associated to this window to browse its points. |
A window is the definition of a set of points located around a central point.
Definition at line 40 of file concept/doc/window.hh.
typedef void mln::doc::Window< E >::bkd_qiter |
Site_Iterator type associated to this window to browse its points in a backward way.
Definition at line 55 of file concept/doc/window.hh.
typedef void mln::doc::Window< E >::fwd_qiter |
Site_Iterator type associated to this window to browse its points in a forward way.
Definition at line 50 of file concept/doc/window.hh.
typedef void mln::doc::Window< E >::qiter |
Site_Iterator type associated to this window to browse its points.
Definition at line 45 of file concept/doc/window.hh.