|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::span< double > MayaFlux::Yantra::sort_span_extract | ( | std::span< const double > | data, |
| std::vector< double > & | output_storage, | ||
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm | ||
| ) |
Sort a single span and return copy in output vector.
| data | Input span to sort |
| output_storage | Output vector to store sorted data |
| direction | Sort direction |
| algorithm | Sort algorithm |
Definition at line 17 of file SortingHelper.cpp.
References sort_span_inplace().
Referenced by sort_channels_extract().
Here is the call graph for this function:
Here is the caller graph for this function: