|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kakshya::set_or_update_region_data | ( | std::span< T > | dest_data, |
| std::span< const T > | source_data, | ||
| const Region & | region, | ||
| const std::vector< DataDimension > & | dimensions | ||
| ) |
Write or update a region of data in a flat data span (interleaved).
| T | Data type. |
| dest_data | Destination data span (to be updated). |
| source_data | Source data span (to write from). |
| region | Region to update. |
| dimensions | Dimension descriptors. |
Definition at line 322 of file RegionUtils.hpp.
References coordinates_to_linear(), MayaFlux::Kakshya::Region::end_coordinates, and MayaFlux::Kakshya::Region::start_coordinates.
Referenced by set_or_update_region_data(), and set_or_update_region_data().
Here is the call graph for this function:
Here is the caller graph for this function: