Class representing one parameter value at runtime. More...
#include <SPL/Runtime/Operator/ParameterValue.h>
Class representing one parameter value at runtime.
virtual SPL::ParameterValue::~ParameterValue |
( |
|
) |
|
|
inlinevirtual |
virtual bool SPL::ParameterValue::isSimpleValue |
( |
|
) |
|
|
pure virtual |
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.
virtual bool SPL::ParameterValue::isExpressionValue |
( |
|
) |
|
|
pure virtual |
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'
The documentation for this class was generated from the following file: