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

◆ remove_region_group()

void MayaFlux::Kakshya::PlotContainer::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 381 of file PlotContainer.cpp.

382{
383 Memory::SeqlockWriteGuard g(m_region_lock);
384 m_region_groups.erase(name);
385}
std::unordered_map< std::string, RegionGroup > m_region_groups

References m_region_groups, and m_region_lock.