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

Method parent

plugins/e57/libE57Format/src/VectorNode.cpp:172–175  ·  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

170@copydetails Node::parent()
171*/
172Node VectorNode::parent() const
173{
174 return Node( impl_->parent() );
175}
176
177/*!
178@brief Get absolute pathname of node.

Callers 1

checkInvariantMethod · 0.45

Calls 1

NodeClass · 0.50

Tested by

no test coverage detected