Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ clone
Method
clone
src/OpenColorIO/ops/lut1d/Lut1DOp.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
OpRcPtr Lut1DOp::clone() const
71
{
72
Lut1DOpDataRcPtr lut = lut1DData()->clone();
73
return std::make_shared<Lut1DOp>(lut);
74
}
75
76
std::string Lut1DOp::getInfo() const
77
{
Callers
1
BuildLut1DOp
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected