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

Method isRoot

plugins/e57/libE57Format/src/NodeImpl.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool NodeImpl::isRoot() const
57{
58 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
59
60 return parent_.expired();
61}
62
63NodeImplSharedPtr NodeImpl::parent()
64{

Callers 3

pathNameMethod · 0.45
getRootMethod · 0.45
isTypeConstrainedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected