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

Method finalize

src/OpenColorIO/OpOptimizers.cpp:598–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596} // namespace
597
598void OpRcPtrVec::finalize()
599{
600 if (m_ops.empty())
601 {
602 return;
603 }
604
605 validate();
606
607 // Prepare LUT 1D for inversion and ensure Matrix & Range are forward.
608 FinalizeOps(*this);
609}
610
611void OpRcPtrVec::optimize(OptimizationFlags oFlags)
612{

Callers 3

FinalizeOpsFunction · 0.45
ReplaceIdentityOpsFunction · 0.45
RemoveInverseOpsFunction · 0.45

Calls 2

FinalizeOpsFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected