Typedefs | |
typedef line< grid::tick, 0, def::coord > | mln::win::segment1d |
Segment window defined on the 1D grid. | |
typedef window< mln::dpoint1d > | mln::window1d |
Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates. |
typedef line<grid::tick, 0, def::coord> mln::win::segment1d |
Segment window defined on the 1D grid.
An segment1d is centered and symmetric; so its height (length) is odd.
For instance:
o x o
Definition at line 56 of file segment1d.hh.
typedef window<mln::dpoint1d> mln::window1d |
Type alias for a window with arbitrary shape, defined on the 1D square grid with integer coordinates.
Definition at line 47 of file window1d.hh.