MCPcopy 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
67OpRcPtr CDLOp::clone() const
68{
69 CDLOpDataRcPtr cdl = cdlData()->clone();
70 return std::make_shared<CDLOp>(cdl);
71}
72
73CDLOp::~CDLOp()
74{

Callers 9

BuildCDLOpFunction · 0.45
RegisterAllFunction · 0.45
RegisterAllFunction · 0.45
RegisterAllFunction · 0.45
RegisterAllFunction · 0.45
RegisterAllFunction · 0.45
HandleLUTFunction · 0.45
HandleLUTInterpolationFunction · 0.45
writeOpsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected