stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::SortInputsAlgorithm Class Reference

Algorithm which sorts the input sequence of stream threads. More...

#include <SortInputsAlgorithm.h>

Public Member Functions

 SortInputsAlgorithm ()
 
void apply (Stream &stream)
 

Detailed Description

Algorithm which sorts the input sequence of stream threads.

Constructor & Destructor Documentation

§ SortInputsAlgorithm()

stromx::runtime::SortInputsAlgorithm::SortInputsAlgorithm ( )
inline

Constructs a sorting algorithm.

Member Function Documentation

§ apply()

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.


The documentation for this class was generated from the following files: