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

Method whereExpr

pdal/Filter.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93const expr::ConditionalExpression *Filter::whereExpr() const
94{
95 if (!m_args->m_where.valid())
96 return nullptr;
97 return &(m_args->m_where);
98}
99
100
101Stage::WhereMergeMode Filter::mergeMode() const

Callers 1

executeMethod · 0.45

Calls 1

validMethod · 0.45

Tested by

no test coverage detected