MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / getattribute_double

Method getattribute_double

src/python/py_imagecache.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool ImageCacheWrap::getattribute_double(const std::string &name, double &val)
105{
106 return m_cache->getattribute(name, val);
107}
108
109bool ImageCacheWrap::getattribute_char(const std::string &name, char **val)
110{

Callers

nothing calls this directly

Calls 1

getattributeMethod · 0.45

Tested by

no test coverage detected