MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
ComputeOperation.hpp File Reference
+ Include dependency graph for ComputeOperation.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MayaFlux::Yantra::ComputeOperation< InputType, OutputType >
 Base interface for all computational operations in the processing pipeline. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Yantra
 

Typedefs

using MayaFlux::Yantra::DataOperation = ComputeOperation< Kakshya::DataVariant >
 
using MayaFlux::Yantra::ContainerOperation = ComputeOperation< std::shared_ptr< Kakshya::SignalSourceContainer > >
 
using MayaFlux::Yantra::RegionOperation = ComputeOperation< Kakshya::Region >
 
using MayaFlux::Yantra::RegionGroupOperation = ComputeOperation< Kakshya::RegionGroup >
 
using MayaFlux::Yantra::SegmentOperation = ComputeOperation< std::vector< Kakshya::RegionSegment > >