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

Method FuncNode

filters/private/expr/Expression.cpp:181–183  ·  view source on GitHub ↗

FuncNode

Source from the content-addressed store, hash-verified

179// FuncNode
180//
181FuncNode::FuncNode(NodeType type, Func1 func, NodePtr sub) :
182 ValueNode(type), m_func(func), m_sub(std::move(sub))
183{}
184
185Utils::StatusWithReason FuncNode::prepare(PointLayoutPtr l)
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected