aimstil
5.0.5
|
Sum of two recursive filters, a forward and a backward one. More...
#include <til/RecursiveFilterSum.h>
Public Types | |
typedef TRecursiveFilter1::T | T |
Type of the filter. More... | |
Public Member Functions | |
RecursiveFilterSum (const TRecursiveFilter1 &filter1, const TRecursiveFilter2 &filter2) | |
void | apply (const std::vector< T > &in, std::vector< T > &out) const |
Sum of two recursive filters, a forward and a backward one.
Definition at line 23 of file RecursiveFilterSum.h.
typedef TRecursiveFilter1::T til::RecursiveFilterSum< TRecursiveFilter1, TRecursiveFilter2 >::T |
Type of the filter.
Definition at line 29 of file RecursiveFilterSum.h.
|
inline |
Definition at line 33 of file RecursiveFilterSum.h.
|
inline |
Definition at line 46 of file RecursiveFilterSum.h.