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

Method isDefined

plugins/e57/libE57Format/src/StructureNodeImpl.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool StructureNodeImpl::isDefined( const ustring &pathName )
100{
101 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
102 NodeImplSharedPtr ni( lookup( pathName ) );
103 return ( ni != nullptr );
104}
105
106void StructureNodeImpl::setAttachedRecursive()
107{

Callers 1

isTypeEquivalentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected