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

◆ apply_operation()

template<ComputeData InputType = std::vector<Kakshya::DataVariant>, ComputeData OutputType = InputType>
output_type MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::apply_operation ( const input_type input)
inline

Public synchronous execution interface.

Definition at line 43 of file ComputeOperation.hpp.

44 {
46 }
Core::GlobalInputConfig input
Definition Config.cpp:36
virtual output_type apply_operation_internal(const input_type &input, const ExecutionContext &context)
Internal execution method - ComputeMatrix can access this.

References MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::apply_operation_internal(), input, and MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::m_last_execution_context.

Referenced by MayaFlux::Yantra::UniversalAnalyzer< InputType, OutputType >::analyze_data(), MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::apply_to_data(), and MayaFlux::Yantra::ComputeOperation< InputType, OutputType >::operator()().

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