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

Method fileName

plugins/e57/libE57Format/src/ImageFile.cpp:418–421  ·  view source on GitHub ↗

! @brief Get the file name the ImageFile was created with. @post No visible state is modified. @return The file name the ImageFile was created with. @throw No E57Exceptions. @see ImageFile::ImageFile */

Source from the content-addressed store, hash-verified

416@see ImageFile::ImageFile
417*/
418ustring ImageFile::fileName() const
419{
420 return impl_->fileName();
421}
422
423/*!
424@brief Get current number of open CompressedVectorWriter objects writing to ImageFile.

Callers 11

checkState_Method · 0.45
checkImageFileOpenMethod · 0.45
imageFileNameMethod · 0.45
setMethod · 0.45
setPrototypeMethod · 0.45
setCodecsMethod · 0.45
writerMethod · 0.45
readerMethod · 0.45
startElementMethod · 0.45
endElementMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected