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

Method NodeImpl

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

Source from the content-addressed store, hash-verified

34using namespace e57;
35
36NodeImpl::NodeImpl( ImageFileImplWeakPtr destImageFile ) :
37 destImageFile_( destImageFile ), isAttached_( false )
38{
39 checkImageFileOpen(
40 __FILE__, __LINE__,
41 static_cast<const char *>( __FUNCTION__ ) ); // does checking for all node type ctors
42}
43
44void NodeImpl::checkImageFileOpen( const char *srcFileName, int srcLineNumber,
45 const char *srcFunctionName ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected