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

◆ set_algorithm()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
void MayaFlux::Yantra::StandardSorter< InputType, OutputType >::set_algorithm ( SortingAlgorithm  algorithm)
inline

Configure sorting algorithm.

Definition at line 58 of file StandardSorter.hpp.

58{ m_algorithm = algorithm; }