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

Method CompareNode

filters/private/expr/Expression.cpp:225–227  ·  view source on GitHub ↗

CompareNode

Source from the content-addressed store, hash-verified

223// CompareNode
224//
225CompareNode::CompareNode(NodeType type, NodePtr left, NodePtr right) :
226 LogicalNode(type), m_left(std::move(left)), m_right(std::move(right))
227{}
228
229Utils::StatusWithReason CompareNode::prepare(PointLayoutPtr l)
230{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected