MCPcopy 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

isNoOpMethod · 0.50
hasChannelCrosstalkMethod · 0.50
getCacheIDMethod · 0.50
extractGpuShaderInfoMethod · 0.50
getNameMethod · 0.50
setNameMethod · 0.50
getNumAliasesMethod · 0.50
getAliasMethod · 0.50
hasAliasMethod · 0.50
addAliasMethod · 0.50
removeAliasMethod · 0.50
clearAliasesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected