Typedefs | Functions

1D neighborhoods
[Neighborhoods]

Predefined 1D neighborhoods. More...

Typedefs

typedef neighb< window1d > mln::neighb1d
 Type alias for a neighborhood defined on the 1D square grid with integer coordinates.

Functions

const neighb1d & mln::c2 ()
 2-connectivity neighborhood on the 1D grid.

Detailed Description

Predefined 1D neighborhoods.


Typedef Documentation

typedef neighb<window1d> mln::neighb1d

Type alias for a neighborhood defined on the 1D square grid with integer coordinates.

Definition at line 47 of file neighb1d.hh.


Function Documentation

const neighb1d & mln::c2 (  )  [inline]

2-connectivity neighborhood on the 1D grid.

      o x o
    
Returns:
A neighb1d.

Definition at line 67 of file neighb1d.hh.