|
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 | ||
| ) |
Write or update a region of data in planar storage.
| 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 (includes channel dimension). |
| dimensions | Dimension descriptors (includes channel dimension). |
Definition at line 365 of file RegionUtils.hpp.
References MayaFlux::Kakshya::DataDimension::CHANNEL, MayaFlux::Kakshya::Region::end_coordinates, get_non_channel_dimensions(), remove_channel_dimension(), set_or_update_region_data(), and MayaFlux::Kakshya::Region::start_coordinates.
Here is the call graph for this function: