FlowFromSinkAndSource Method |
Name | Description | |
---|---|---|
FromSinkAndSourceTIn, TOut, TMat(IGraphSinkShapeTIn, TMat, IGraphSourceShapeTOut, TMat) |
Creates a FlowTIn, TOut, TMat from a SinkTIn, TMat and a SourceTOut, TMat where the flow's input
will be sent to the sink and the flow's output will come from the source.
| |
FromSinkAndSourceTIn, TOut, TMat1, TMat2, TMat(IGraphSinkShapeTIn, TMat1, IGraphSourceShapeTOut, TMat2, FuncTMat1, TMat2, TMat) |
Creates a FlowTIn, TOut, TMat from a SinkTIn, TMat and a SourceTOut, TMat where the flow's input
will be sent to the sink and the flow's output will come from the source.
The combine function is used to compose the materialized values of the SinkTIn, TMat and SourceTOut, TMat
into the materialized value of the resulting FlowTIn, TOut, TMat.
|