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

Method isRoot

plugins/e57/libE57Format/src/CompressedVectorNode.cpp:224–227  ·  view source on GitHub ↗

! @brief Is this a root node. @copydetails Node::isRoot() */

Source from the content-addressed store, hash-verified

222@copydetails Node::isRoot()
223*/
224bool CompressedVectorNode::isRoot() const
225{
226 return impl_->isRoot();
227}
228
229/*!
230@brief Return parent of node, or self if a root node.

Callers 1

checkInvariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected