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::UniversalExtractor< InputType, OutputType >::get_name ( ) const
inlineoverridevirtual

Gets human-readable name for this extractor.

Returns
String identifier for the extractor

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

Definition at line 102 of file UniversalExtractor.hpp.

103 {
104 return get_extractor_name();
105 }
virtual std::string get_extractor_name() const
Get extractor-specific name (derived classes override this)