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

Method prepared

filters/MongoExpressionFilter.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void MongoExpressionFilter::prepared(PointTableRef table)
82{
83 log()->get(LogLevel::Debug) << "Building expression from: " << m_args->m_json <<
84 std::endl;
85
86 m_p->m_expression = Expression(table.layout(), m_args->m_json);
87
88 log()->get(LogLevel::Debug) << "Built expression: " << m_p->m_expression << std::endl;
89}
90
91PointViewSet MongoExpressionFilter::run(PointViewPtr inView)
92{

Callers

nothing calls this directly

Calls 3

ExpressionClass · 0.70
logFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected