Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
const char * ColorSpace::getInteropID() const noexcept
235
{
236
return getImpl()->m_interopID.c_str();
237
}
238
239
void ColorSpace::setInteropID(const char * interopID)
240
{
Callers
11
test_constructor_without_parameter
Method · 0.95
main
Function · 0.80
main
Function · 0.80
bindPyColorSpace
Function · 0.80
save
Function · 0.80
ColorSpace.cpp
File · 0.80
validate
Method · 0.80
checkVersionConsistency
Method · 0.80
test_copy
Method · 0.80
test_interop_id
Method · 0.80
OCIO_ADD_TEST
Function · 0.80
Calls
1
getImpl
Function · 0.50
Tested by
4
test_constructor_without_parameter
Method · 0.76
test_copy
Method · 0.64
test_interop_id
Method · 0.64
OCIO_ADD_TEST
Function · 0.64