Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
void 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
22
OCIO_ADD_TEST(FinalizeOpVec, optimize_combine)
23
{
Callers
1
OCIO_ADD_TEST
Function · 0.85
Calls
1
apply
Method · 0.45
Tested by
no test coverage detected