A base class for window classes. More...
#include <window_base.hh>
Public Types | |
typedef Window< void > | category |
typedef D | dpsite |
DPsite associated type. | |
typedef E | exact_t |
typedef D::psite | psite |
Psite associated type. | |
typedef D::site | site |
Site associated type. | |
Public Member Functions | |
bool | is_neighbable_ () const |
Test if this window can be a neighborhood. | |
bool | is_valid () const |
return true by default. | |
Protected Member Functions | |
window_base () |
A base class for window classes.
D
is a dpsite type.
typedef Window<void> mln::Window< E >::category [inherited] |
Reimplemented from mln::Object< E >.
typedef D mln::internal::window_base< D, E >::dpsite |
DPsite associated type.
Reimplemented in mln::win::multiple< W, F >, and mln::win::multiple_size< n, W, F >.
typedef E mln::Object< E >::exact_t [inherited] |
typedef D ::psite mln::internal::window_base< D, E >::psite |
Psite associated type.
Reimplemented in mln::win::multiple< W, F >, and mln::win::multiple_size< n, W, F >.
typedef D ::site mln::internal::window_base< D, E >::site |
Site associated type.
Reimplemented in mln::win::multiple< W, F >, and mln::win::multiple_size< n, W, F >.
mln::internal::window_base< D, E >::window_base | ( | ) | [inline, protected] |
bool mln::internal::window_base< D, E >::is_neighbable_ | ( | ) | const [inline] |
Test if this window can be a neighborhood.
References mln::exact().
Referenced by mln::convert::over_load::from_to_().
bool mln::internal::window_base< D, E >::is_valid | ( | ) | const [inline] |
return true by default.
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().