Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ clone
Method
clone
src/OpenColorIO/ops/cdl/CDLOp.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
OpRcPtr CDLOp::clone() const
68
{
69
CDLOpDataRcPtr cdl = cdlData()->clone();
70
return std::make_shared<CDLOp>(cdl);
71
}
72
73
CDLOp::~CDLOp()
74
{
Callers
9
BuildCDLOp
Function · 0.45
RegisterAll
Function · 0.45
RegisterAll
Function · 0.45
RegisterAll
Function · 0.45
RegisterAll
Function · 0.45
RegisterAll
Function · 0.45
HandleLUT
Function · 0.45
HandleLUTInterpolation
Function · 0.45
writeOps
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected