$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::Weighted_Window< E > Struct Template Reference

#include <mln/core/concept/weighted_window.hh>

Protected Member Functions

 Weighted_Window ()

Public Types

typedef Weighted_Window< void > category
typedef E exact_t

Related Functions

(Note that these are not member functions.)

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

Detailed Description

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

Base class for implementation classes that are weighted_windows.

Definition at line 70 of file weighted_window.hh.

Constructor & Destructor Documentation

template<typename E>
mln::Weighted_Window< E >::Weighted_Window ( )
protected

Friends And Related Function Documentation

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

Compute the symmetrical weighted window of rhs.

Member Typedef Documentation

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

Definition at line 72 of file weighted_window.hh.

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

Definition at line 105 of file object.hh.