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

Method isRoot

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

! @brief Is this a root node. @details A root node has itself as a parent (it is not a child of any node). Newly constructed nodes (before they are inserted into an ImageFile tree) start out as root nodes. It is possible to temporarily create small trees that are unattached to any ImageFile. In these temporary trees, the top-most node will be a root node. After the tree is attached to the ImageFi

Source from the content-addressed store, hash-verified

378@see Node::parent, Node::isAttached, CompressedVectorNode::CompressedVectorNode
379*/
380bool Node::isRoot() const
381{
382 return impl_->isRoot();
383}
384
385/*!
386@brief Return parent of node, or self if a root node.

Callers 4

checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
setPrototypeMethod · 0.45
setCodecsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected