$extrastylesheet
#include <mln/win/multiple.hh>
Public Member Functions | |
multiple () | |
multiple (const F &f) | |
unsigned | delta () const |
const F & | function () const |
bool | is_centered () const |
bool | is_empty () const |
bool | is_symmetric () const |
bool | is_valid () const |
const W::dpsite & | ith_dp_around (unsigned i, const typename W::psite &p) const |
unsigned | nwindows () const |
void | set_window (unsigned i, const W &win) |
unsigned | size () const |
void | sym () |
const W & | window_ (unsigned i) const |
Public Types | |
typedef multiple_qiter< W, F > | bkd_qiter |
typedef Window< void > | category |
typedef psite | center_t |
typedef W::dpsite | dpsite |
typedef W | element |
typedef multiple< W, F > | exact_t |
typedef multiple_qiter< W, F > | fwd_qiter |
typedef W::psite | psite |
typedef multiple_qiter< W, F > | qiter |
typedef multiple< window < dpsite >, F > | regular |
typedef W::site | site |
Multiple window.
Definition at line 77 of file multiple.hh.
mln::win::multiple< W, F >::multiple | ( | ) |
mln::win::multiple< W, F >::multiple | ( | const F & | f | ) |
unsigned mln::win::multiple< W, F >::delta | ( | ) | const |
const F& mln::win::multiple< W, F >::function | ( | ) | const |
bool mln::win::multiple< W, F >::is_centered | ( | ) | const |
bool mln::win::multiple< W, F >::is_empty | ( | ) | const |
bool mln::win::multiple< W, F >::is_symmetric | ( | ) | const |
|
inherited |
return true by default.
const W ::dpsite& mln::win::multiple< W, F >::ith_dp_around | ( | unsigned | i, |
const typename W::psite & | p | ||
) | const |
unsigned mln::win::multiple< W, F >::nwindows | ( | ) | const |
void mln::win::multiple< W, F >::set_window | ( | unsigned | i, |
const W & | win | ||
) |
unsigned mln::win::multiple< W, F >::size | ( | ) | const |
void mln::win::multiple< W, F >::sym | ( | ) |
const W& mln::win::multiple< W, F >::window_ | ( | unsigned | i | ) | const |
typedef multiple_qiter<W,F> mln::win::multiple< W, F >::bkd_qiter |
Definition at line 95 of file multiple.hh.
|
inherited |
Definition at line 95 of file concept/window.hh.
|
inherited |
Type of the window center.
Definition at line 64 of file window_base.hh.
typedef W ::dpsite mln::win::multiple< W, F >::dpsite |
Definition at line 88 of file multiple.hh.
typedef W mln::win::multiple< W, F >::element |
Definition at line 98 of file multiple.hh.
|
inherited |
typedef multiple_qiter<W,F> mln::win::multiple< W, F >::fwd_qiter |
Definition at line 94 of file multiple.hh.
typedef W ::psite mln::win::multiple< W, F >::psite |
Definition at line 89 of file multiple.hh.
typedef multiple_qiter<W,F> mln::win::multiple< W, F >::qiter |
Definition at line 96 of file multiple.hh.
typedef multiple< window<dpsite>, F > mln::win::multiple< W, F >::regular |
Definition at line 92 of file multiple.hh.
typedef W ::site mln::win::multiple< W, F >::site |
Definition at line 90 of file multiple.hh.