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

◆ get_transformer_name()

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

Get transformer-specific name (derived classes override this)

Returns
Transformer name string

Derived classes should override this to provide meaningful names like "MathematicalTransformer_GAIN" or "SpectralTransformer_PITCH_SHIFT".

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 520 of file UniversalTransformer.hpp.

520{ return "UniversalTransformer"; }