Skip to main content

utility:merge fields into field matrix

Version: 0.0.0

Description

Assembles a set of fields into a field matrix.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldsvector<shared_ptr<field>>, field, fields_containerEither a fields container, a vector of fields to merge, or fields from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_field_matrixfield

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: merge_to_field_matrix

Full name: utility.merge_to_field_matrix

Internal name: merge::to_field_matrix

License: None

Changelog

  • Version 0.0.0: Initial release.