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

◆ get_name()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
std::string MayaFlux::Yantra::UniversalTransformer< InputType, OutputType >::get_name ( ) const
inlineoverridevirtual

Gets human-readable name for this transformer.

Returns
String identifier for the transformer

Implementation delegates to get_transformer_name() which derived classes override. Used for debugging, logging, and user interface display.

Reimplemented from MayaFlux::Yantra::ComputeOperation< InputType, OutputType >.

Definition at line 224 of file UniversalTransformer.hpp.

225 {
226 return get_transformer_name();
227 }
virtual std::string get_transformer_name() const
Get transformer-specific name (derived classes override this)