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

◆ OrganizedRegion() [2/2]

MayaFlux::Kakshya::OrganizedRegion::OrganizedRegion ( std::string  name,
size_t  index 
)
inline

Definition at line 35 of file OrganizedRegion.hpp.

36 : group_name(std::move(name))
37 , region_index(index)
38 {
39 }
size_t region_index
Index within the group.
std::string group_name
Name of the region group.