![]() |
stromx
0.8.0
|
Algorithm which sorts the input sequence of stream threads. More...
#include <SortInputsAlgorithm.h>
Public Member Functions | |
| SortInputsAlgorithm () | |
| void | apply (Stream &stream) |
Algorithm which sorts the input sequence of stream threads.
|
inline |
Constructs a sorting algorithm.
| void stromx::runtime::SortInputsAlgorithm::apply | ( | Stream & | stream | ) |
Sorts the inputs of each thread in stream according to the topology of the stream. If a connection from an operator to another operator exists the inputs of the first operator will be moved in front of the inputs of the second operator.
1.8.12