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

Method ConstValueNode

filters/private/expr/Expression.cpp:294–295  ·  view source on GitHub ↗

ConstValueNode

Source from the content-addressed store, hash-verified

292// ConstValueNode
293//
294ConstValueNode::ConstValueNode(double d) : ValueNode(NodeType::Value), m_val(d)
295{}
296
297
298std::string ConstValueNode::print() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected