|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
inlineprotectedvirtual |
Transformation-specific parameter handling (override for custom parameters)
| name | Parameter name |
| value | Parameter value |
Base implementation stores parameters in a map. Derived classes should override to handle transformer-specific parameters with proper type checking and validation.
Reimplemented in MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >, MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >, MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >, and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >.
Definition at line 535 of file UniversalTransformer.hpp.
References MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::m_parameters.
Referenced by MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::set_parameter(), MayaFlux::Yantra::ConvolutionTransformer< InputType, OutputType >::set_transformation_parameter(), MayaFlux::Yantra::MathematicalTransformer< InputType, OutputType >::set_transformation_parameter(), MayaFlux::Yantra::SpectralTransformer< InputType, OutputType >::set_transformation_parameter(), and MayaFlux::Yantra::TemporalTransformer< InputType, OutputType >::set_transformation_parameter().
Here is the caller graph for this function: