scoping:intersect scopings
Version: 0.0.0
Description
Intersect 2 scopings and return the intersection and the difference between the intersection and the first scoping.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | scopingA | scoping | |
| Pin 1 Required | scopingB | scoping |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | intersection | scoping | |
| Pin 1 | scopingA_min_intersection | scoping |
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: scoping
Plugin: core
Scripting name: intersect
Full name: scoping.intersect
Internal name: scoping::intersect
License: None
Changelog
- Version 0.0.0: Initial release.