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

Method LogicalNode

filters/private/expr/Expression.hpp:106–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104{
105public:
106 LogicalNode(NodeType type) : Node(type)
107 {}
108
109 virtual bool isBool() const
110 { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected