MCPcopy 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
57struct LinearFunctor
58{
59 float operator() ( float x ) const
60 {
61 return x;
62 }
63};
64
65struct LookupTest
66{

Callers 2

test1Method · 0.85
test2Method · 0.85

Calls

no outgoing calls

Tested by 2

test1Method · 0.68
test2Method · 0.68