MayaFlux
0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
set_attribute()
template<typename T >
void MayaFlux::Kakshya::RegionGroup::set_attribute
(
const std::string &
key
,
T
value
)
inline
Set a group-level attribute.
Template Parameters
T
Value type.
Parameters
key
Attribute key.
value
Value to set.
Definition at line
265
of file
RegionGroup.hpp
.
266
{
267
attributes
[key] = std::move(
value
);
268
}
value
float value
Definition
VisionGpuDispatch.cpp:32
MayaFlux::Kakshya::RegionGroup::attributes
std::unordered_map< std::string, std::any > attributes
Flexible key-value store for group-specific attributes.
Definition
RegionGroup.hpp:35
References
value
.
MayaFlux
Kakshya
RegionGroup
Generated by
1.9.8