Skip to main content

fieldValue

Description

The fieldValue class is an intermediate class for handling field value-based function objects.

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

Usage

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

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

// Mandatory (inherited) entries (runtime modifiable)
fields (<field1> <field2> ... <fieldN>);

// Optional (inherited) entries (runtime modifiable)
writeFields false;
scaleFactor 1.0;
}

where the entries mean:

PropertyDescriptionTypeRequiredDefault
typeType name: AMIWeightswordyes-
fieldsNames of operand fieldswordListyes-
writeFieldsFlag to output field valuesboolnofalse
scaleFactorScaling factorscalarno1.0

The inherited entries are elaborated in:

Further information

Source code:

API:

History: Introduced in version v1606+