stromx  0.7.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
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

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

Constructs a sorting algorithm.

Member Function Documentation

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: