MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ add_region_group()

void MayaFlux::Kakshya::add_region_group ( std::unordered_map< std::string, RegionGroup > &  groups,
const RegionGroup group 
)

Add a RegionGroup to a group map.

Parameters
groupsMap of group name to RegionGroup.
groupRegionGroup to add.

Definition at line 165 of file RegionUtils.cpp.

166{
167 groups[group.name] = group;
168}
std::string name
Descriptive name of the group.

References add_region_group(), and MayaFlux::Kakshya::RegionGroup::name.

Referenced by add_region_group().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: