|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::vector< std::span< double > > MayaFlux::Kinesis::Discrete::sort_channels_into | ( | const std::vector< std::span< const double > > & | channels, |
| std::vector< std::vector< double > > & | output_storage, | ||
| SortingDirection | direction, | ||
| SortingAlgorithm | algorithm = SortingAlgorithm::STANDARD |
||
| ) |
Sort all channels into caller-owned output buffers.
| channels | Immutable source spans |
| output_storage | One output vector per channel (resized internally) |
| direction | Sort direction |
| algorithm | Algorithm to use |
Definition at line 25 of file Sort.cpp.
References sort_span_into().
Here is the call graph for this function: