Public Types

mln::doc::Window< E > Struct Template Reference

Documentation class for mln::Window. More...

#include <window.hh>

Inheritance diagram for mln::doc::Window< E >:
Inheritance graph

List of all members.

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.

Detailed Description

template<typename E>
struct mln::doc::Window< E >

Documentation class for mln::Window.

A window is the definition of a set of points located around a central point.

See also:
mln::Window

Definition at line 40 of file concept/doc/window.hh.


Member Typedef Documentation

template<typename E >
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.

template<typename E >
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.

template<typename E >
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.