Inheritance diagram for ScaleFunction:


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