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

◆ add_region()

void MayaFlux::Kakshya::RegionGroup::add_region ( const Region region)
inline

Definition at line 87 of file RegionGroup.hpp.

88 {
89 regions.push_back(region);
90 }
std::vector< Region > regions
Collection of regions belonging to this group.