| Cheetah Software
    1.0
    | 
#include <filters.h>
 Inheritance diagram for filter< T >:
 Inheritance diagram for filter< T >: Collaboration diagram for filter< T >:
 Collaboration diagram for filter< T >:| Public Member Functions | |
| filter (void) | |
| virtual | ~filter (void) | 
| virtual void | input (T input_value)=0 | 
| virtual T | output (void)=0 | 
| virtual void | clear (void)=0 | 
Definition at line 8 of file filters.h.
References filter< T >::clear(), filter< T >::input(), and filter< T >::output().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | pure virtual | 
Implemented in AverageFilter< T >, ff02_filter< T >, ff01_filter< T >, deriv_lp_filter< T >, moving_average_filter< T >, digital_lp_filter< T >, and butterworth_filter< T >.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | pure virtual | 
Implemented in AverageFilter< T >, ff02_filter< T >, ff01_filter< T >, deriv_lp_filter< T >, moving_average_filter< T >, digital_lp_filter< T >, and butterworth_filter< T >.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | pure virtual | 
Implemented in AverageFilter< T >, ff02_filter< T >, ff01_filter< T >, deriv_lp_filter< T >, moving_average_filter< T >, digital_lp_filter< T >, and butterworth_filter< T >.
 Here is the caller graph for this function:
 Here is the caller graph for this function: