#include <neighborhood.hh>
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. |
Definition at line 37 of file core/concept/doc/neighborhood.hh.
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.
typedef void mln::doc::Neighborhood< E >::dpoint |
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.
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.
typedef void mln::doc::Neighborhood< E >::point |