|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| std::span< To > MayaFlux::Kakshya::convert_data | ( | std::span< From > | source, |
| std::vector< To > & | storage, | ||
| ComplexConversionStrategy | strategy = ComplexConversionStrategy::MAGNITUDE |
||
| ) |
Convert a span of one data type to another (with type conversion).
| From | Source type. |
| To | Destination type. |
| source | Source data span. |
| dest | Destination data span. |
Definition at line 347 of file DataUtils.hpp.
References MayaFlux::Kakshya::DataConverter< From, To, Enable >::convert(), and storage.
Referenced by convert_complex(), convert_variant(), and extract_from_variant().
Here is the call graph for this function:
Here is the caller graph for this function: