Public Types | Protected Member Functions | Related Functions

mln::Weighted_Window< E > Struct Template Reference

Base class for implementation classes that are weighted_windows. More...

#include <weighted_window.hh>

Inheritance diagram for mln::Weighted_Window< E >:
Inheritance graph

List of all members.

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 >
operator- (const Weighted_Window< W > &rhs)
 Compute the symmetrical weighted window of rhs.

Detailed Description

template<typename E>
struct mln::Weighted_Window< E >

Base class for implementation classes that are weighted_windows.

See also:
mln::doc::Weighted_Window for a complete documentation of this class contents.

Definition at line 68 of file weighted_window.hh.


Member Typedef Documentation

template<typename E>
typedef Weighted_Window<void> mln::Weighted_Window< E >::category

Reimplemented from mln::Object< E >.

Definition at line 70 of file weighted_window.hh.

template<typename E>
typedef E mln::Object< E >::exact_t [inherited]

Definition at line 173 of file object.hh.


Constructor & Destructor Documentation

template<typename E >
mln::Weighted_Window< E >::Weighted_Window (  )  [inline, protected]

Definition at line 103 of file weighted_window.hh.


Friends And Related Function Documentation

template<typename W >
W operator- ( const Weighted_Window< W > &  rhs  )  [related]

Compute the symmetrical weighted window of rhs.