MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / getInteropID

Method getInteropID

src/OpenColorIO/ColorSpace.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234const char * ColorSpace::getInteropID() const noexcept
235{
236 return getImpl()->m_interopID.c_str();
237}
238
239void ColorSpace::setInteropID(const char * interopID)
240{

Callers 11

mainFunction · 0.80
mainFunction · 0.80
bindPyColorSpaceFunction · 0.80
saveFunction · 0.80
ColorSpace.cppFile · 0.80
validateMethod · 0.80
test_copyMethod · 0.80
test_interop_idMethod · 0.80
OCIO_ADD_TESTFunction · 0.80

Calls 1

getImplFunction · 0.50

Tested by 4

test_copyMethod · 0.64
test_interop_idMethod · 0.64
OCIO_ADD_TESTFunction · 0.64