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

Method BoolFuncNode

filters/private/expr/Expression.cpp:203–205  ·  view source on GitHub ↗

BoolFuncNode

Source from the content-addressed store, hash-verified

201// BoolFuncNode
202//
203BoolFuncNode::BoolFuncNode(NodeType type, BoolFunc1 func, NodePtr sub) :
204 LogicalNode(type), m_func(func), m_sub(std::move(sub))
205{}
206
207Utils::StatusWithReason BoolFuncNode::prepare(PointLayoutPtr l)
208{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected