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

Method StructureNodeImpl

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

Source from the content-addressed store, hash-verified

35using namespace e57;
36
37StructureNodeImpl::StructureNodeImpl( ImageFileImplWeakPtr destImageFile ) :
38 NodeImpl( destImageFile )
39{
40 checkImageFileOpen( __FILE__, __LINE__, static_cast<const char *>( __FUNCTION__ ) );
41}
42
43NodeType StructureNodeImpl::type() const
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected