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

Method clone

src/OpenColorIO/ops/lut3d/Lut3DOp.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127OpRcPtr Lut3DOp::clone() const
128{
129 Lut3DOpDataRcPtr lut = lut3DData()->clone();
130 return std::make_shared<Lut3DOp>(lut);
131}
132
133std::string Lut3DOp::getInfo() const
134{

Callers 1

BuildLut3DOpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected