Base class for implementation classes that are weighted_windows. More...
#include <weighted_window.hh>
Public Types | |
typedef Weighted_Window< void > | category |
typedef E | exact_t |
Protected Member Functions | |
Weighted_Window () | |
Related Functions | |
(Note that these are not member functions.) | |
template<typename W > | |
W | operator- (const Weighted_Window< W > &rhs) |
Compute the symmetrical weighted window of rhs . |
Base class for implementation classes that are weighted_windows.
typedef Weighted_Window<void> mln::Weighted_Window< E >::category |
Reimplemented from mln::Object< E >.
typedef E mln::Object< E >::exact_t [inherited] |
mln::Weighted_Window< E >::Weighted_Window | ( | ) | [inline, protected] |
W operator- | ( | const Weighted_Window< W > & | rhs | ) | [related] |
Compute the symmetrical weighted window of rhs
.