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

Function Apply

tests/cpu/Op_tests.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14void Apply(const OCIO::OpRcPtrVec & ops, float * source, long numPixels)
15{
16 for(const auto & op : ops)
17 {
18 op->apply(source, numPixels);
19 }
20}
21
22OCIO_ADD_TEST(FinalizeOpVec, optimize_combine)
23{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected