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

Gets human-readable name for this sorter.

Returns
String identifier for the sorter

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

Definition at line 149 of file UniversalSorter.hpp.

150 {
151 return get_sorter_name();
152 }
virtual std::string get_sorter_name() const
Get sorter-specific name (derived classes override this)