Skip to main content

fieldExpression

Description

Intermediate class for handling field expression function objects (e.g. blendingFactor etc.) whereinto a single field is input.

The class is not an executable function object itself, yet a provider for common entries to its derived function objects.

Usage

The optional-inherited entries provided by fieldExpression to the derived function objects are as follows:

<userDefinedSubDictName1>
{
// Mandatory and other optional entries
...

// Optional (inherited) entries (runtime modifiable)
field <field>;
result <fieldResult>;
}

where the entries mean:

PropertyDescriptionTypeRequiredDefault
fieldName of the operand fieldwordyes-
resultName of the output fieldwordListno<FO>(<f1>,...)

Further information

Source code:

API:

History: Introduced in version v1606+