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

Method pathName

plugins/e57/libE57Format/src/Node.cpp:449–452  ·  view source on GitHub ↗

! @brief Get absolute pathname of node. @details Nodes are organized into trees (acyclic graphs) by a parent-child relationship between nodes. Each parent-child relationship has an associated elementName string that is unique for a given parent. Any node in a given tree can be identified by a sequence of elementNames of how to get to the node from the root of the tree. An absolute pathname string

Source from the content-addressed store, hash-verified

447@see Node::elementName, Node::parent, Node::isRoot
448*/
449ustring Node::pathName() const
450{
451 return impl_->pathName();
452}
453
454/*!
455@brief Get element name of node.

Callers 15

setMethod · 0.45
checkCompatibleMethod · 0.45
DecoderFactoryMethod · 0.45
checkReaderOpenMethod · 0.45
validateValueMethod · 0.45
checkLeavesInSetMethod · 0.45
checkInvariantMethod · 0.45
getMethod · 0.45
setMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected