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

◆ remove_region_group()

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

Remove a RegionGroup by name from a group map.

Parameters
groupsMap of group name to RegionGroup.
nameName of the group to remove.

Definition at line 178 of file RegionUtils.cpp.

179{
180 groups.erase(name);
181}

References remove_region_group().

Referenced by remove_region_group().

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