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

Method isWritable

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

! @brief Test whether ImageFile was opened in write mode. @post No visible state is modified. @return true if ImageFile was opened in write mode. @throw No E57Exceptions. @see ImageFile::ImageFile, ImageFile::isOpen */

Source from the content-addressed store, hash-verified

400@see ImageFile::ImageFile, ImageFile::isOpen
401*/
402bool ImageFile::isWritable() const
403{
404 return impl_->isWriter();
405}
406
407/*!
408@brief Get the file name the ImageFile was created with.

Callers 1

checkInvariantMethod · 0.80

Calls 1

isWriterMethod · 0.80

Tested by

no test coverage detected