|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inlineoverrideprotectedvirtual |
Core operation implementation - called by ComputeOperation interface.
| input | Input data with metadata |
This is the main entry point called by the ComputeOperation framework. It validates input, delegates to transform_implementation(), and applies scope/quality processing to the result.
Implements MayaFlux::Yantra::ComputeOperation< InputType, OutputType >.
Definition at line 498 of file UniversalTransformer.hpp.
References MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::apply_scope_and_quality_processing(), MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::create_safe_output(), input, MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::transform_implementation(), and MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::validate_input().
Here is the call graph for this function: