Skip to main content

logic:elementary data selector (fields container)

Version: 0.0.0

Description

Creates a scalar fields container based on the selected elementary data for each field.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_container, field
Pin 1
Required
elementary_data_indexint32, vector<int32>one or several elementary data indices that will be extracted from the initial field. For a field with a nature matrix, this extracts the line indices.
Pin 3elementary_data_index_2int32, vector<int32>For a field with nature matrix, this extracts the column indices.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

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: logic

Plugin: core

Scripting name: elementary_data_selector_fc

Full name: logic.elementary_data_selector_fc

Internal name: elementary_data_selector_fc

License: None

Changelog

  • Version 0.0.0: Initial release.