MCPcopy 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
72bool ImageCacheWrap::attribute_double (const std::string &name, double val)
73{
74 return m_cache->attribute(name, val);
75}
76
77bool ImageCacheWrap::attribute_char (const std::string &name, const char *val)
78{

Callers

nothing calls this directly

Calls 1

attributeMethod · 0.45

Tested by

no test coverage detected