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

Function Stage

pdal/Stage.hpp:383–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382 Stage& operator=(const Stage&) = delete;
383 Stage(const Stage&) = delete;
384
385 virtual const expr::ConditionalExpression *whereExpr() const = 0;
386 virtual WhereMergeMode mergeMode() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected