MCPcopy 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
35Result NotNode::eval(PointRef& p) const
36{
37 return !(m_sub->eval(p).m_bval);
38}
39
40
41//

Callers 10

processOneMethod · 0.45
runMethod · 0.45
processOneMethod · 0.45
runMethod · 0.45
filterMethod · 0.45
runMethod · 0.45
preparedMethod · 0.45
processOneMethod · 0.45
splitViewMethod · 0.45
executeMethod · 0.45

Calls 2

functionMethod · 0.80
typeFunction · 0.50

Tested by

no test coverage detected