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

Method parent

plugins/e57/libE57Format/src/StructureNode.cpp:153–156  ·  view source on GitHub ↗

! @brief Return parent of node, or self if a root node. @copydetails Node::parent() */

Source from the content-addressed store, hash-verified

151@copydetails Node::parent()
152*/
153Node StructureNode::parent() const
154{
155 return Node( impl_->parent() );
156}
157
158/*!
159@brief Get absolute pathname of node.

Callers 1

checkInvariantMethod · 0.45

Calls 1

NodeClass · 0.50

Tested by

no test coverage detected