#include <multiple_size.hh>

Public Types | |
| typedef multiple_size_qiter< n, W, F > | bkd_qiter |
| typedef Window< void > | category |
| typedef psite | center_t |
| Type of the window center. | |
| typedef W::dpsite | dpsite |
| DPsite associated type. | |
| typedef W | element |
| typedef E | exact_t |
| typedef multiple_size_qiter< n, W, F > | fwd_qiter |
| typedef W::psite | psite |
| Psite associated type. | |
| typedef multiple_size_qiter< n, W, F > | qiter |
| typedef multiple_size< n, window< dpsite >, F > | regular |
| typedef W::site | site |
| Site associated type. | |
Public Member Functions | |
| unsigned | delta () const |
| const F & | function () const |
| bool | is_centered () const |
| bool | is_empty () const |
| bool | is_neighbable_ () const |
| Test if this window can be a neighborhood. | |
| bool | is_symmetric () const |
| bool | is_valid () const |
| return true by default. | |
| const W::dpsite & | ith_dp_around (unsigned i, const typename W::psite &p) const |
| multiple_size (const F &f) | |
| multiple_size () | |
| unsigned | nwindows () const |
| void | set_window (unsigned i, const W &win) |
| unsigned | size_around (const typename W::psite &p) const |
| void | sym () |
| const W & | window_ (unsigned i) const |
Private Attributes | |
| F | f_ |
| util::array< W > | win_ |
Definition at line 77 of file multiple_size.hh.
| typedef multiple_size_qiter<n,W,F> mln::win::multiple_size< n, W, F >::bkd_qiter |
Definition at line 96 of file multiple_size.hh.
typedef Window<void> mln::Window< E >::category [inherited] |
typedef psite mln::internal::window_base< D, E >::center_t [inherited] |
| typedef W ::dpsite mln::win::multiple_size< n, W, F >::dpsite |
DPsite associated type.
Reimplemented from mln::internal::window_base< D, E >.
Definition at line 89 of file multiple_size.hh.
| typedef W mln::win::multiple_size< n, W, F >::element |
Definition at line 99 of file multiple_size.hh.
typedef E mln::Object< E >::exact_t [inherited] |
| typedef multiple_size_qiter<n,W,F> mln::win::multiple_size< n, W, F >::fwd_qiter |
Definition at line 95 of file multiple_size.hh.
| typedef W ::psite mln::win::multiple_size< n, W, F >::psite |
Psite associated type.
Reimplemented from mln::internal::window_base< D, E >.
Definition at line 90 of file multiple_size.hh.
| typedef multiple_size_qiter<n,W,F> mln::win::multiple_size< n, W, F >::qiter |
Definition at line 97 of file multiple_size.hh.
| typedef multiple_size< n, window<dpsite>, F > mln::win::multiple_size< n, W, F >::regular |
Definition at line 93 of file multiple_size.hh.
| typedef W ::site mln::win::multiple_size< n, W, F >::site |
Site associated type.
Reimplemented from mln::internal::window_base< D, E >.
Definition at line 91 of file multiple_size.hh.
| mln::win::multiple_size< n, W, F >::multiple_size | ( | ) | [inline] |
Definition at line 179 of file multiple_size.hh.
| mln::win::multiple_size< n, W, F >::multiple_size | ( | const F & | f | ) | [inline] |
Definition at line 186 of file multiple_size.hh.
| unsigned mln::win::multiple_size< n, W, F >::delta | ( | ) | const [inline] |
Definition at line 270 of file multiple_size.hh.
| const F & mln::win::multiple_size< n, W, F >::function | ( | ) | const [inline] |
Definition at line 228 of file multiple_size.hh.
| bool mln::win::multiple_size< n, W, F >::is_centered | ( | ) | const [inline] |
Definition at line 236 of file multiple_size.hh.
| bool mln::win::multiple_size< n, W, F >::is_empty | ( | ) | const [inline] |
Definition at line 194 of file multiple_size.hh.
| bool mln::internal::window_base< D, E >::is_neighbable_ | ( | ) | const [inline, inherited] |
Test if this window can be a neighborhood.
Definition at line 95 of file window_base.hh.
References mln::exact().
Referenced by mln::convert::over_load::from_to_().
| bool mln::win::multiple_size< n, W, F >::is_symmetric | ( | ) | const [inline] |
Definition at line 248 of file multiple_size.hh.
| bool mln::internal::window_base< D, E >::is_valid | ( | ) | const [inline, inherited] |
return true by default.
Definition at line 87 of file window_base.hh.
Referenced by mln::morpho::approx::impl::dilation_by_distance_thresholding_2d(), mln::morpho::approx::impl::dilation_by_distance_thresholding_3d(), mln::morpho::approx::impl::erosion_by_distance_thresholding_2d(), and mln::morpho::approx::impl::erosion_by_distance_thresholding_3d().
| const W::dpsite & mln::win::multiple_size< n, W, F >::ith_dp_around | ( | unsigned | i, | |
| const typename W::psite & | p | |||
| ) | const [inline] |
| unsigned mln::win::multiple_size< n, W, F >::nwindows | ( | ) | const [inline] |
Definition at line 220 of file multiple_size.hh.
| void mln::win::multiple_size< n, W, F >::set_window | ( | unsigned | i, | |
| const W & | win | |||
| ) | [inline] |
Definition at line 202 of file multiple_size.hh.
| unsigned mln::win::multiple_size< n, W, F >::size_around | ( | const typename W::psite & | p | ) | const [inline] |
| void mln::win::multiple_size< n, W, F >::sym | ( | ) | [inline] |
Definition at line 260 of file multiple_size.hh.
| const W & mln::win::multiple_size< n, W, F >::window_ | ( | unsigned | i | ) | const [inline] |
Definition at line 211 of file multiple_size.hh.
F mln::win::multiple_size< n, W, F >::f_ [private] |
Definition at line 130 of file multiple_size.hh.
Referenced by mln::win::multiple_size< n, W, F >::ith_dp_around(), and mln::win::multiple_size< n, W, F >::size_around().
util::array<W> mln::win::multiple_size< n, W, F >::win_ [private] |
Definition at line 129 of file multiple_size.hh.
1.5.6