|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::vector< DataDimension > MayaFlux::Kakshya::get_non_channel_dimensions | ( | const std::vector< DataDimension > & | dimensions | ) |
Get all non-channel dimensions from a list of dimensions.
| dimensions | Vector of DataDimension descriptors. |
This function filters out the dimension marked as 'channel' from the provided list of dimensions. It is useful for operations that need to focus on spatial or temporal dimensions only.
Definition at line 411 of file RegionUtils.cpp.
References MayaFlux::Kakshya::DataDimension::CHANNEL, and MayaFlux::Kakshya::DataDimension::role.
Referenced by extract_region_data(), and set_or_update_region_data().
Here is the caller graph for this function: