Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ LinearFunctor
Class
LinearFunctor
test/IECore/LookupTest.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
};
56
57
struct LinearFunctor
58
{
59
float operator() ( float x ) const
60
{
61
return x;
62
}
63
};
64
65
struct LookupTest
66
{
Callers
2
test1
Method · 0.85
test2
Method · 0.85
Calls
no outgoing calls
Tested by
2
test1
Method · 0.68
test2
Method · 0.68