#include <PartialUtils.h>

Public Member Functions | |
| BandwidthSetter (double x) | |
| Construct a new BandwidthSetter from a constant bw factor. | |
| BandwidthSetter (const Envelope &e) | |
| void | operator() (Partial &p) const |
| Loris::PartialUtils::BandwidthSetter::BandwidthSetter | ( | const Envelope & | e | ) | [inline] |
Construct a new BandwidthSetter from an Envelope representing a time-varying bw factor.
| void Loris::PartialUtils::BandwidthSetter::operator() | ( | Partial & | p | ) | const [virtual] |
Function call operator: assign a bw factor to the specified Partial.
Implements Loris::PartialUtils::PartialMutator.
1.5.7