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