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

◆ ComputationContext

enum class MayaFlux::Yantra::ComputationContext : uint8_t
strong

Defines the computational contexts in which rules can be applied.

Enumerator
TEMPORAL 

Time-domain operations.

SPECTRAL 

Frequency-domain operations.

SPATIAL 

Spatial operations.

SEMANTIC 

Semantic operations.

STRUCTURAL 

Graph/tree operations.

LOGICAL 

Boolean/conditional operations.

PARAMETRIC 

Parameter transformation.

REACTIVE 

Event-driven operations.

CONCURRENT 

Parallel/async operations.

RECURSIVE 

Self-referential operations.

CONVOLUTION 

Convolution-based operations.

Definition at line 13 of file GrammarHelper.hpp.

13 : uint8_t {
14 TEMPORAL, ///< Time-domain operations
15 SPECTRAL, ///< Frequency-domain operations
16 SPATIAL, ///< Spatial operations
17 SEMANTIC, ///< Semantic operations
18 STRUCTURAL, ///< Graph/tree operations
19 LOGICAL, ///< Boolean/conditional operations
20 PARAMETRIC, ///< Parameter transformation
21 REACTIVE, ///< Event-driven operations
22 CONCURRENT, ///< Parallel/async operations
23 RECURSIVE, ///< Self-referential operations
24 CONVOLUTION ///< Convolution-based operations
25};
@ SPATIAL
Multi-dimensional geometric analysis.
@ SPECTRAL
Spectral energy (FFT-based)
@ STRUCTURAL
Graph/tree operations.
@ LOGICAL
Boolean/conditional operations.
@ CONCURRENT
Parallel/async operations.
@ PARAMETRIC
Parameter transformation.
@ CONVOLUTION
Convolution-based operations.