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

◆ get_sorting_parameter()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
std::any MayaFlux::Yantra::StandardSorter< InputType, OutputType >::get_sorting_parameter ( const std::string &  name) const
inlineoverrideprotectedvirtual

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

Definition at line 127 of file StandardSorter.hpp.

128 {
129 if (name == "algorithm") {
130 return m_algorithm;
131 }
132 if (name == "chunk_size") {
133 return m_chunk_size;
134 }
136 }
virtual std::any get_sorting_parameter(const std::string &name) const