utility:merge supports
Version: 0.0.0
Description
Assembles a set of supports into a unique one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin -200 | should_merge_named_selections | bool | For some result files (such as RST), the scoping on names selection is duplicated through all the distributed files.If this pin is false, the merging process is skipped. If it is true, this scoping is merged. Default is true. |
| Pin 0 Required | supports | vector<shared_ptr<abstract_field_support>>, abstract_field_support | A vector of supports to merge or supports from pin 0 to ... |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | merged_support | abstract_field_support |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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_supports
Full name: utility.merge_supports
Internal name: merge::abstract_support
License: None
Changelog
- Version 0.0.0: Initial release.