|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inline |
Applies the operation with dependencies resolved.
| input | Input data to process |
This method ensures that all dependencies are executed before applying the operation. It is intended for use in scenarios where the operation is part of a larger processing graph.
Definition at line 59 of file ComputeOperation.hpp.
References MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::apply_operation_internal(), MayaFlux::Yantra::DEPENDENCY, input, MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::m_dependencies, MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::m_last_execution_context, MayaFlux::Yantra::ExecutionContext::mode, and MayaFlux::Yantra::SYNC.
Here is the call graph for this function: