#include <Filter1d.h>

Public Member Functions | |
| Filter1d () | |
| Function1d | ApplyTo (const Function1d &) |
| void | Print (std::ostream &) |
| void | SetBandwidth (double) |
Protected Member Functions | |
| virtual double | ComputeFactor (double) |
Protected Attributes | |
| double | mBandWidth |
| glotzmath::Filter1d::Filter1d | ( | ) |
| double glotzmath::Filter1d::ComputeFactor | ( | double | x | ) | [protected, virtual] |
Reimplemented in glotzmath::RunningAverageFilter1d.
| Function1d glotzmath::Filter1d::ApplyTo | ( | const Function1d & | f | ) |
| void glotzmath::Filter1d::Print | ( | std::ostream & | os | ) |
| void glotzmath::Filter1d::SetBandwidth | ( | double | bw | ) |
double glotzmath::Filter1d::mBandWidth [protected] |
1.5.3