logic:descending sort
Version: 0.0.0
Description
Sort a field (in 0) in descending order, with an optional component priority table or a boolean to enable sort by scoping (in 1). This operator doesn't support multiple elementary data per entity.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | field or fields container with only one field is expected |
| Pin 1 | component_priority_table | vector<int32> | component priority table (vector of int) |
| Pin 2 | sort_by_scoping | bool | if true, uses scoping to sort the field (default is false) |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
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: logic
Plugin: core
Scripting name: descending_sort
Full name: logic.descending_sort
Internal name: descending_sort
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.