|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< std::span< double > > MayaFlux::Yantra::sort_channels_extract | ( | const std::vector< std::span< const double > > & | channels, |
| std::vector< std::vector< double > > & | output_storage, | ||
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Sort multiple channels and return copies.
| channels | Vector of input spans |
| output_storage | Vector of vectors to store sorted data per channel |
| direction | Sort direction |
| algorithm | Sort algorithm |
Definition at line 39 of file SortingHelper.cpp.
References sort_span_extract().
Here is the call graph for this function: