CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
VX_API_ENTRY vx_node VX_API_CALL | vxCopyNode (vx_graph graph, vx_reference input, vx_reference output) |
Copy data from one object to another. | |
VX_API_ENTRY vx_status VX_API_CALL | vxuCopy (vx_context context, vx_reference input, vx_reference output) |
[Immediate] Copy data from one object to another. | |
VX_API_ENTRY vx_node VX_API_CALL vxCopyNode | ( | vx_graph | graph, |
vx_reference | input, | ||
vx_reference | output ) |
#include <vx_nodes.h>
Copy data from one object to another.
[in] | graph | The reference to the graph. |
[in] | input | The input data object. |
[out] | output | The output data object with meta-data identical to the input data object. |
vx_node
. vx_node | A node reference. Any possible errors preventing a successful creation should be checked using vxGetStatus |
VX_API_ENTRY vx_status VX_API_CALL vxuCopy | ( | vx_context | context, |
vx_reference | input, | ||
vx_reference | output ) |
#include <vxu.h>
[Immediate] Copy data from one object to another.
[in] | context | The reference to the overall context. |
[in] | input | The input data object. |
[out] | output | The output data object. |
vx_status_e
enumeration. VX_SUCCESS | Success |
* | An error occurred. See vx_status_e . |