ZL_Edge_runSplitNode

Function ZL_Edge_runSplitNode 

Source
pub unsafe extern "C" fn ZL_Edge_runSplitNode(
    input: *mut ZL_Edge,
    segmentSizes: *const usize,
    nbSegments: usize,
) -> ZL_Result_ZL_EdgeList
Expand description

Run the SplitN node within the context of a dynamic graph, applying runtime-defined @p segmentSizes parameters.

@returns the list of Streams created by the Transform or an error if the splitting process fails (invalid segment sizes or input type for example)