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

Method attribute

src/python/py_imagecache.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool ImageCacheWrap::attribute (const std::string &name, TypeDesc type,
56 const void *val)
57{
58 return m_cache->attribute(name, type, val);
59}
60
61//Shortcuts for common types
62bool ImageCacheWrap::attribute_int (const std::string &name, int val)

Callers 15

adjust_specFunction · 0.45
attribute_intMethod · 0.45
attribute_floatMethod · 0.45
attribute_doubleMethod · 0.45
attribute_charMethod · 0.45
attribute_stringMethod · 0.45
ImageSpec_attribute_intFunction · 0.45
ic_attribute_testFunction · 0.45

Calls

no outgoing calls

Tested by 6

ImageSpec_attribute_intFunction · 0.36
ic_attribute_testFunction · 0.36