Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ attribute_float
Method
attribute_float
src/python/py_imagecache.cpp:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool ImageCacheWrap::attribute_float (const std::string &name, float val)
68
{
69
return m_cache->attribute(name, val);
70
}
71
72
bool ImageCacheWrap::attribute_double (const std::string &name, double val)
73
{
Callers
nothing calls this directly
Calls
1
attribute
Method · 0.45
Tested by
no test coverage detected