SetContainsNMappingNode
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Sets whether FlowGraph contains an n_mapping node. This node is contained if one of the following conditions is met:
- One input generates non-one (multiple or zero) output.
- Multiple inputs generate one output.
- Multiple inputs generate non-one (multiple or zero) output.
Prototype
1 | FlowGraph &SetContainsNMappingNode(bool contains_n_mapping_node) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
contains_n_mapping_node |
Input |
Whether the n_mapping node is included Set this parameter to true if n_mapping node exists. The default value is false. |
Returns
Sets whether FlowGraph contains an n-mapping node.
Exception Handling
None
Constraints
None
Parent topic: Class FlowGraph