min_max:incremental over fields container
Version: 0.0.0
Description
Compute the component-wise minimum (out 0) and maximum (out 1) over a fields container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field_min | field | |
| Pin 1 | field_max | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| incremental | bool | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: min_max
Plugin: core
Scripting name: None
Full name: None
Internal name: min_max_fc_inc
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.