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

◆ get_sorter_name()

template<ComputeData InputType = std::shared_ptr<Kakshya::SignalSourceContainer>, ComputeData OutputType = InputType>
std::string MayaFlux::Yantra::VisionSorter< InputType, OutputType >::get_sorter_name ( ) const
inlineoverrideprotectedvirtual

Get sorter-specific name (derived classes override this)

Returns
Sorter name string

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

Definition at line 120 of file VisionSorter.hpp.

121 {
122 return "VisionSorter";
123 }