utility:extract sub fields container
Version: 0.0.0
Description
Creates a new fields container with all the fields corresponding to the label space in input 1. If pin 1 is not defined, pin 0 input will be copied to the output.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | fields_container |
| Pin 1 | label_space | label_space, scoping | Label space, or scoping defining the label space (scoping location), values to keep (scoping IDs) |
| Pin 2 | collapse_labels | bool | If set to true (default) the input label space (scoping location) is suppressed from the output fields container, otherwise, label space is kept. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | fields_container |
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: extract_sub_fc
Full name: utility.extract_sub_fc
Internal name: extract_sub_fc
License: None
Changelog
- Version 0.0.0: Initial release.