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

Method attribute_int

src/python/py_imagecache.cpp:62–65  ·  view source on GitHub ↗

Shortcuts for common types

Source from the content-addressed store, hash-verified

60
61//Shortcuts for common types
62bool ImageCacheWrap::attribute_int (const std::string &name, int val)
63{
64 return m_cache->attribute(name, val);
65}
66
67bool ImageCacheWrap::attribute_float (const std::string &name, float val)
68{

Callers

nothing calls this directly

Calls 1

attributeMethod · 0.45

Tested by

no test coverage detected