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

◆ clear_regions()

void MayaFlux::Kakshya::RegionGroup::clear_regions ( )
inline

Remove all regions from the group.

Definition at line 123 of file RegionGroup.hpp.

124 {
125 regions.clear();
127 active_indices.clear();
128 }
std::vector< size_t > active_indices
std::vector< Region > regions
Collection of regions belonging to this group.