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

Method StringNodeImpl

plugins/e57/libE57Format/src/StringNodeImpl.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace e57
33{
34 StringNodeImpl::StringNodeImpl( ImageFileImplWeakPtr destImageFile, const ustring &value ) :
35 NodeImpl( destImageFile ), value_( value )
36 {
37 // don't checkImageFileOpen, NodeImpl() will do it
38 }
39
40 bool StringNodeImpl::isTypeEquivalent( NodeImplSharedPtr ni )
41 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected