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

Method elementName

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

! @brief Get element name of node. @details The elementName is a string associated with each parent-child link between nodes. For a given parent, the elementName uniquely identifies each of its children. Thus, any node in a tree can be identified by a sequence of elementNames that form a path from the tree's root node (see Node::pathName for more details). Three types of nodes (the container nod

Source from the content-addressed store, hash-verified

479@see Node::pathName, Node::parent, Node::isRoot
480*/
481ustring Node::elementName() const
482{
483 return impl_->elementName();
484}
485
486/*!
487@brief Get the ImageFile that was declared as the destination for the node when it was created.

Callers 5

ReadData3DGroupsDataMethod · 0.45
SetUpData3DPointsDataMethod · 0.45
isTypeEquivalentMethod · 0.45
lookupMethod · 0.45
setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected