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

Method imageFileName

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

Source from the content-addressed store, hash-verified

148}
149
150ustring NodeImpl::imageFileName() const
151{
152 // don't checkImageFileOpen
153 ImageFileImplSharedPtr imf( destImageFile_ );
154
155 return imf->fileName();
156}
157
158void NodeImpl::setParent( NodeImplSharedPtr parent, const ustring &elementName )
159{

Callers 5

checkReaderOpenMethod · 0.80
writeMethod · 0.80
checkWriterOpenMethod · 0.80

Calls 1

fileNameMethod · 0.45

Tested by

no test coverage detected