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

Function AllBut

tests/cpu/OpOptimizers_tests.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace
23{
24OCIO::OptimizationFlags AllBut(OCIO::OptimizationFlags notFlag)
25{
26 return static_cast<OCIO::OptimizationFlags>(OCIO::OPTIMIZATION_ALL & ~notFlag);
27}
28
29void CompareRender(OCIO::OpRcPtrVec & ops1, OCIO::OpRcPtrVec & ops2,
30 unsigned line, float errorThreshold,

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected