FlowData Constructor and Destructor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Constructs and destructs an object of class FlowData. The constructor returns a FlowData node.
Prototype
1 2 | FlowData(const char *name, int64_t index) ~FlowData() override |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
name |
Input |
Name of the input node, which must be unique for a graph. |
index |
Input |
Index of the input node, which must start from 0 for a graph and indicates the input sequence in the graph. |
Returns
A FlowData node is returned.
Troubleshooting
None
Restrictions
None
Parent topic: Class FlowData