stromx  0.8.0
Public Attributes | List of all members
stromx::runtime::OperatorProperties Struct Reference

Public Attributes

bool isGreedy
 

Member Data Documentation

§ isGreedy

bool stromx::runtime::OperatorProperties::isGreedy

A greedy operator wants its execute member to be called after one of its input connectors receives data. Operators which are not greedy are executed only if it is absolutely necessary, i.e. an input connector must be freed for new data or if a data at an output connector is requested. Per default an operator is not greedy.


The documentation for this struct was generated from the following file: