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

Method getattribute_int

src/python/py_imagecache.cpp:94–97  ·  view source on GitHub ↗

Shortcuts for common types

Source from the content-addressed store, hash-verified

92
93//Shortcuts for common types
94bool ImageCacheWrap::getattribute_int(const std::string &name, int &val)
95{
96 return m_cache->getattribute(name, val);
97}
98
99bool ImageCacheWrap::getattribute_float(const std::string &name, float &val)
100{

Callers

nothing calls this directly

Calls 1

getattributeMethod · 0.45

Tested by

no test coverage detected