MCPcopy 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
67bool ImageCacheWrap::attribute_float (const std::string &name, float val)
68{
69 return m_cache->attribute(name, val);
70}
71
72bool ImageCacheWrap::attribute_double (const std::string &name, double val)
73{

Callers

nothing calls this directly

Calls 1

attributeMethod · 0.45

Tested by

no test coverage detected