![]() |
stromx
0.8.0
|
Public Attributes | |
| bool | 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.
1.8.12