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

◆ get_transformation_progress()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
virtual double MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::get_transformation_progress ( ) const
inlinevirtual

Reports the current progress of a long-running transformation.

Returns
Progress value between 0.0 (not started) and 1.0 (completed)

Base implementation returns 1.0 (completed). Derived classes can override to provide actual progress reporting for long-running operations.

Definition at line 472 of file UniversalTransformer.hpp.

472{ return 1.0; }