|
hydrobricks
|
Public Member Functions | |
| ParameterVariable (const string &name) | |
Public Member Functions inherited from Parameter | |
| Parameter (const string &name, float val=NAN_F) | |
| bool | IsLinked () const |
| void | SetAsLinked (bool value=true) |
| string | GetName () const |
| void | SetName (const string &name) |
| float | GetValue () const |
| float * | GetValuePointer () |
| void | SetValue (float val) |
Protected Attributes | |
| vecFloat | _values |
Protected Attributes inherited from Parameter | |
| bool | _linked |
| string | _name |
| float | _value |