MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / clone

Method clone

src/OpenColorIO/ops/log/LogOp.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66OpRcPtr LogOp::clone() const
67{
68 auto opData = logData()->clone();
69 return std::make_shared<LogOp>(opData);
70}
71
72LogOp::~LogOp()
73{ }

Callers 1

BuildLogOpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected