Inheritance diagram for GainFunction:


Constructors | |
| GainFunction (Real gain=1.0) | |
| GainFunction (PropertySettings &prop) | |
| virtual | ~GainFunction () |
Interface | |
| bool | setGain (const Variant &v) |
| Variant | gain () |
| virtual void | apply (RealVec &inputs, RealVec &outputs) |
| virtual GainFunction * | clone () const |
| Properties | ||||
| Name | Type [isVector] | Access mode | Description | Class |
|---|---|---|---|---|
| typename | string | read-only | Class's type | Propertized |
| gain | Real | read/write | value to add to inputs | this |
| GainFunction | ( | Real | gain = 1.0 |
) |
Construct
| GainFunction | ( | PropertySettings & | prop | ) |
Construct
| virtual ~GainFunction | ( | ) | [inline, virtual] |
Destructor
| bool setGain | ( | const Variant & | v | ) |
Set the Gain
| Variant gain | ( | ) |
Return the Gain function
Implement the Gain function
Reimplemented from OutputFunction.
| virtual GainFunction* clone | ( | ) | const [virtual] |
Clone this object
Reimplemented from OutputFunction.