Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ eval
Method
eval
filters/private/expr/Expression.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
Result NotNode::eval(PointRef& p) const
36
{
37
return !(m_sub->eval(p).m_bval);
38
}
39
40
41
//
Callers
10
processOne
Method · 0.45
run
Method · 0.45
processOne
Method · 0.45
run
Method · 0.45
filter
Method · 0.45
run
Method · 0.45
prepared
Method · 0.45
processOne
Method · 0.45
splitView
Method · 0.45
execute
Method · 0.45
Calls
2
function
Method · 0.80
type
Function · 0.50
Tested by
no test coverage detected