MCPcopy Create free account
hub / github.com/PDAL/PDAL / processOne

Method processOne

filters/ExpressionFilter.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110bool ExpressionFilter::processOne(PointRef& point)
111{
112 if (m_args->m_expressions.size() != 1)
113 throwError("Streaming of expressions only works with a single expression");
114
115 bool status = m_args->m_expressions[0].eval(point);
116 return status;
117}
118
119
120PointViewSet ExpressionFilter::run(PointViewPtr inView)

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
evalMethod · 0.45

Tested by

no test coverage detected