Class representing one parameter value at runtime. More...

#include <SPL/Runtime/Operator/ParameterValue.h>

Detailed Description

Class representing one parameter value at runtime.

Constructor & Destructor Documentation

The destructor.

Member Function Documentation

Is this parameter value a simple value representable by a ConstValueHandle? This corresponds to a parameter with an expressionMode kind that is not 'Expression' or 'Attribute'.

Returns
'true' if the parameter expressionMode is not 'Expression' or 'Attribute', and is representable as a ConstValueHandle at runtime.

Is this parameter value only representable as an expression? This corresponds to a parameter with an expressionMode kind that is 'Expression' or 'Attribute'.

Returns
'true' if the parameter expressionMode is 'Expression' or 'Attribute'

Return the concrete value for the parameter

Precondition
isSimpleValue() == true
Returns
the ConstValueHandle representing the parameter value
Exceptions

The documentation for this class was generated from the following file: