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

Function BuildLut1DOp

src/OpenColorIO/ops/lut1d/Lut1DOp.cpp:244–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void BuildLut1DOp(OpRcPtrVec & ops,
245 const Lut1DTransform & transform,
246 TransformDirection dir)
247{
248 const auto & data = dynamic_cast<const Lut1DTransformImpl &>(transform).data();
249 data.validate();
250
251 auto lut = data.clone();
252 CreateLut1DOp(ops, lut, dir);
253}
254
255} // namespace OCIO_NAMESPACE

Callers 1

BuildOpsFunction · 0.85

Calls 4

CreateLut1DOpFunction · 0.85
dataMethod · 0.45
validateMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected