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

◆ execute() [1/2]

void MayaFlux::Kriya::Sequence::execute ( )

Executes the sequence using the global managers.

This method executes the sequence of actions using the global node manager and scheduler. It's convenient for simple cases where only one processing engine is active.

The actions are executed in the order they were added, with any time delays respected.

Definition at line 78 of file Chain.cpp.

79{
81}
void execute()
Executes the sequence using the global managers.
Definition Chain.cpp:78
std::shared_ptr< Nodes::NodeGraphManager > get_node_graph_manager()
Gets the node graph manager from the default engine.
Definition Graph.cpp:18
std::shared_ptr< Vruta::TaskScheduler > get_scheduler()
Gets the task scheduler from the default engine.
Definition Chronie.cpp:14

References execute(), MayaFlux::get_node_graph_manager(), and MayaFlux::get_scheduler().

Referenced by execute().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: