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

◆ set_attribute()

void MayaFlux::Kakshya::Region::set_attribute ( const std::string &  key,
std::any  value 
)
inline

Set an attribute value by key.

Parameters
keyThe attribute key.
valueThe value to set.

Definition at line 339 of file Region.hpp.

340 {
341 attributes[key] = std::move(value);
342 }
std::unordered_map< std::string, std::any > attributes
Flexible key-value store for region-specific attributes.
Definition Region.hpp:75

Referenced by MayaFlux::Kakshya::RegionGroup::get_bounding_region(), and MayaFlux::IO::FileRegion::to_region().

+ Here is the caller graph for this function: