|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::set_or_update_region_data | ( | std::vector< std::span< T > > & | dest_spans, |
| const std::vector< std::span< const T > > & | source_data, | ||
| const Region & | region, | ||
| const std::vector< DataDimension > & | dimensions, | ||
| OrganizationStrategy | organization | ||
| ) |
Write or update a region of data with organization strategy.
| T | Data type. |
| dest_spans | Vector of destination data spans (one per channel). |
| source_data | Vector of source data spans (one per channel). |
| region | Region to update. |
| dimensions | Dimension descriptors. |
| organization | Storage organization strategy. |
Definition at line 408 of file RegionUtils.hpp.
References INTERLEAVED, and set_or_update_region_data().
Here is the call graph for this function: