|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Execute an operation conditionally on a predicate over the raw data.
| OpClass | Operation to execute if predicate returns true |
| Pred | Callable type: (const DataType&) -> bool |
| predicate | Function evaluated against the current raw data |
Definition at line 315 of file OperationChain.hpp.