MayaFlux 0.4.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 338 of file ComputeGrammar.hpp.

339 {
340 m_rule.context = context;
341 return *this;
342 }
ComputationContext context
Computational context this rule operates in.

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