Public Types

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

Documentation class for mln::Neighborhood. More...

#include <neighborhood.hh>

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

List of all members.

Public Types

typedef void bkd_niter
 Site_Iterator type associated to this neighborhood to browse neighbors in a backward way.
typedef void dpoint
 Dpsite associated type.
typedef void fwd_niter
 Site_Iterator type associated to this neighborhood to browse neighbors in a forward way.
typedef void niter
 Site_Iterator type associated to this neighborhood to browse neighbors.
typedef void point
 Site associated type.

Detailed Description

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

Documentation class for mln::Neighborhood.

See also:
mln::Neighborhood

Definition at line 37 of file core/concept/doc/neighborhood.hh.


Member Typedef Documentation

template<typename E >
typedef void mln::doc::Neighborhood< E >::bkd_niter

Site_Iterator type associated to this neighborhood to browse neighbors in a backward way.

Definition at line 52 of file core/concept/doc/neighborhood.hh.

template<typename E >
typedef void mln::doc::Neighborhood< E >::dpoint

Dpsite associated type.

Definition at line 55 of file core/concept/doc/neighborhood.hh.

template<typename E >
typedef void mln::doc::Neighborhood< E >::fwd_niter

Site_Iterator type associated to this neighborhood to browse neighbors in a forward way.

Definition at line 47 of file core/concept/doc/neighborhood.hh.

template<typename E >
typedef void mln::doc::Neighborhood< E >::niter

Site_Iterator type associated to this neighborhood to browse neighbors.

Definition at line 42 of file core/concept/doc/neighborhood.hh.

template<typename E >
typedef void mln::doc::Neighborhood< E >::point

Site associated type.

Definition at line 58 of file core/concept/doc/neighborhood.hh.