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

Method addArgs

filters/ExpressionFilter.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81void ExpressionFilter::addArgs(ProgramArgs& args)
82{
83 m_args->m_whereArg = &args.add("expression",
84 "Conditional expression describing points to be passed to this filter",
85 m_args->m_expressions).setPositional();
86
87 args.addSynonym("expression", "limits");
88}
89
90
91void ExpressionFilter::prepared(PointTableRef table)

Callers

nothing calls this directly

Calls 2

addSynonymMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected