MayaFlux 0.5.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 341 of file ComputeGrammar.hpp.

342 {
343 m_rule.context = context;
344 return *this;
345 }
ComputationContext context
Computational context this rule operates in.

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