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

Method name

filters/private/expr/IdentExpression.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17std::string IdentExpression::name() const
18{
19 const VarNode *n = dynamic_cast<const VarNode *>(topNode());
20
21 if (n)
22 return n->name();
23 else
24 return std::string("");
25
26}
27
28
29Dimension::Id IdentExpression::eval() const

Callers 1

preparedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected