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

◆ sort_data_in_place()

template<ComputeData InputType = Kakshya::DataVariant, ComputeData OutputType = InputType>
void MayaFlux::Yantra::StandardSorter< InputType, OutputType >::sort_data_in_place ( input_type data)
inlineprivate

Sort data in-place.

Definition at line 241 of file StandardSorter.hpp.

242 {
244 }
SortingDirection get_direction() const
void sort_compute_data_inplace(Datum< T > &data, SortingDirection direction, SortingAlgorithm algorithm)
Universal sort function - handles extraction/conversion internally.

References MayaFlux::Yantra::UniversalSorter< InputType, OutputType >::get_direction(), and MayaFlux::Yantra::sort_compute_data_inplace().

Referenced by MayaFlux::Yantra::StandardSorter< InputType, OutputType >::sort_in_place().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: