MCPcopy Create free account
hub / github.com/ImageEngine/cortex / NanFunctor

Class NanFunctor

test/IECore/LookupTest.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48
49struct NanFunctor
50{
51 float operator() ( float x ) const
52 {
53 return NAN;
54 }
55};
56
57struct LinearFunctor
58{

Callers 1

test2Method · 0.85

Calls

no outgoing calls

Tested by 1

test2Method · 0.68