Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
struct NanFunctor
50
{
51
float operator() ( float x ) const
52
{
53
return NAN;
54
}
55
};
56
57
struct LinearFunctor
58
{
Callers
1
test2
Method · 0.85
Calls
no outgoing calls
Tested by
1
test2
Method · 0.68