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

◆ get_scope()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
TransformationScope MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::get_scope ( ) const
inline

Gets the current transformation scope.

Returns
Current scope setting

Definition at line 382 of file UniversalTransformer.hpp.

382{ return m_scope; }
TransformationScope m_scope
Current processing scope.