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

Method getattribute

src/python/py_imagecache.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool ImageCacheWrap::getattribute(const std::string &name, TypeDesc type,
88 void *val)
89{
90 return m_cache->getattribute(name, type, val);
91}
92
93//Shortcuts for common types
94bool ImageCacheWrap::getattribute_int(const std::string &name, int &val)

Callers 8

mainFunction · 0.45
getattribute_intMethod · 0.45
getattribute_floatMethod · 0.45
getattribute_doubleMethod · 0.45
getattribute_charMethod · 0.45
getattribute_stringMethod · 0.45
ic_getattribute_testFunction · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
ic_getattribute_testFunction · 0.36