|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Yantra::sort_compute_data_inplace | ( | IO< T > & | data, |
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Universal sort function - handles extraction/conversion internally.
| T | ComputeData type |
| data | Data to sort (modified in-place) |
| direction | Sort direction |
| algorithm | Sort algorithm |
Definition at line 246 of file SortingHelper.hpp.
References MayaFlux::Yantra::IO< T >::container, MayaFlux::Yantra::IO< T >::data, MayaFlux::Yantra::OperationHelper::extract_numeric_data(), MayaFlux::Yantra::IO< T >::has_container(), MayaFlux::Yantra::IO< T >::needs_processig(), and sort_channels_inplace().
Referenced by MayaFlux::Yantra::StandardSorter< InputType, OutputType >::sort_data_in_place().
Here is the call graph for this function:
Here is the caller graph for this function: