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

◆ remove_region_group()

void MayaFlux::Kakshya::TextureContainer::remove_region_group ( const std::string &  name)
overridevirtual

Remove a region group by name.

Parameters
nameName of the region group to remove

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 933 of file TextureContainer.cpp.

934{
935 Memory::SeqlockWriteGuard g(m_region_lock);
936 m_region_groups.erase(name);
937}
std::unordered_map< std::string, RegionGroup > m_region_groups