|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Sets the executor function for this rule.
| Func | Function type (usually a lambda) |
| executor | Function that performs the computation |
The executor function receives the input data and execution context, and returns the result of the computation. This is where the actual work of the rule is performed.
Definition at line 404 of file ComputeGrammar.hpp.
References MayaFlux::Yantra::ComputationGrammar::Rule::executor.