Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ getImpl
Function
getImpl
include/OpenColorIO/OpenColorIO.h:1668–1668 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1666
class Impl;
1667
Impl * m_impl;
1668
Impl * getImpl() { return m_impl; }
1669
const Impl * getImpl() const { return m_impl; }
1670
};
1671
Callers
15
isNoOp
Method · 0.50
hasChannelCrosstalk
Method · 0.50
getCacheID
Method · 0.50
extractGpuShaderInfo
Method · 0.50
getName
Method · 0.50
setName
Method · 0.50
getNumAliases
Method · 0.50
getAlias
Method · 0.50
hasAlias
Method · 0.50
addAlias
Method · 0.50
removeAlias
Method · 0.50
clearAliases
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected