MayaFlux 0.4.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.

Referenced by MayaFlux::IO::ModelReader::extract_single_mesh().

+ Here is the caller graph for this function: