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

◆ get_transformation_parameters()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
virtual std::map< std::string, std::any > MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::get_transformation_parameters ( ) const
inlineprotectedvirtual

Gets all transformation-specific parameters.

Returns
Map of transformer-specific parameter names to values

Definition at line 550 of file UniversalTransformer.hpp.

551 {
552 return m_parameters;
553 }
std::map< std::string, std::any > m_parameters
Generic parameter storage for transformer-specific settings.