Public Member Functions | Protected Types | Private Types

mln::linear::ch_convolve< I, W > Struct Template Reference

#include <ch_convolve.hh>

Inheritance diagram for mln::linear::ch_convolve< I, W >:
Inheritance graph

List of all members.

Public Member Functions

typedef mlc_ret (helper) ret

Protected Types

enum  { is_w_win = mlc_is_a(W, Weighted_Window)::value }
typedef
internal::ch_convolve_helper
< is_w_win, I, W > 
helper

Private Types

typedef Image< void > category
typedef E exact_t

Detailed Description

template<typename I, typename W>
struct mln::linear::ch_convolve< I, W >

Definition at line 87 of file ch_convolve.hh.


Member Typedef Documentation

template<typename E>
typedef Image<void> mln::Image< E >::category [inherited]

Reimplemented from mln::Object< E >.

Definition at line 75 of file core/concept/image.hh.

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

Definition at line 173 of file object.hh.

template<typename I , typename W >
typedef internal::ch_convolve_helper<is_w_win, I, W> mln::linear::ch_convolve< I, W >::helper [protected]

Definition at line 93 of file ch_convolve.hh.


Member Enumeration Documentation

template<typename I , typename W >
anonymous enum [protected]
Enumerator:
is_w_win 

Definition at line 92 of file ch_convolve.hh.


Member Function Documentation

template<typename I , typename W >
typedef mln::linear::ch_convolve< I, W >::mlc_ret ( helper   )