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

Method clone

src/OpenColorIO/Op.cpp:328–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328OpRcPtrVec OpRcPtrVec::clone() const
329{
330 OpRcPtrVec cloned;
331
332 for (const auto & op : m_ops)
333 {
334 cloned.push_back(op->clone());
335 }
336
337 return cloned;
338}
339
340OpRcPtrVec OpRcPtrVec::invert() const
341{

Callers 9

invertMethod · 0.45
CreateOpVecFromOpDataFunction · 0.45
RemoveDynamicPropertiesFunction · 0.45
OptimizeSeparablePrefixFunction · 0.45
jFunction · 0.45
slick.min.jsFile · 0.45
HaFunction · 0.45
jquery.min.jsFile · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected