#include <PartialUtils.h>
Inheritance diagram for Loris::PartialUtils::BandwidthScaler:

Public Member Functions | |
| BandwidthScaler (double x) | |
| Construct a new BandwidthScaler from a constant scale factor. | |
| BandwidthScaler (const Envelope &e) | |
| Construct a new BandwidthScaler from an Envelope representing a time-varying scale factor. | |
| void | operator() (Partial &p) const |
| Function call operator: apply a scale factor to the specified Partial. | |
1.3.4