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

◆ get_name()

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

Gets human-readable name for this analyzer.

Returns
String identifier for the analyzer

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

Definition at line 98 of file UniversalAnalyzer.hpp.

99 {
100 return get_analyzer_name();
101 }
virtual std::string get_analyzer_name() const
Get analyzer-specific name (derived classes override this)