cee::ug::ResultCalculatorParams
- 
class ResultCalculatorParams
- Parameters for a given result calculator. - Allows the user to specify parameters with a name (string) and a value (double) to a result calculator. The supported parameters from a result calculator will be exposed by the plugin and can be queried with the keyArray() method. - Public Functions - 
ResultCalculatorParams()
- Constructor. 
 - 
bool hasKey(const Str &key) const
- Returns true of if the given key is a parameter in the result calculator. 
 
- 
ResultCalculatorParams()
