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

Method getattribute_float

src/python/py_imagecache.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool ImageCacheWrap::getattribute_float(const std::string &name, float &val)
100{
101 return m_cache->getattribute(name, val);
102}
103
104bool ImageCacheWrap::getattribute_double(const std::string &name, double &val)
105{

Callers

nothing calls this directly

Calls 1

getattributeMethod · 0.45

Tested by

no test coverage detected