MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ with_context()

RuleBuilder & MayaFlux::Yantra::ComputationGrammar::RuleBuilder::with_context ( ComputationContext  context)
inline

Sets the computation context for this rule.

Parameters
contextThe computational context (temporal, spectral, etc.)
Returns
Reference to this builder for method chaining

Definition at line 334 of file ComputeGrammar.hpp.

335 {
336 m_rule.context = context;
337 return *this;
338 }
ComputationContext context
Computational context this rule operates in.

References MayaFlux::Yantra::ComputationGrammar::Rule::context.