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

Method isOpen

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

! @brief Test whether ImageFile is still open for accessing. @post No visible state is modified. @return true if ImageFile is in @c open state. @throw No E57Exceptions. @see ImageFile::ImageFile, ImageFile::close */

Source from the content-addressed store, hash-verified

384@see ImageFile::ImageFile, ImageFile::close
385*/
386bool ImageFile::isOpen() const
387{
388 return impl_->isOpen();
389}
390
391/*!
392@brief Test whether ImageFile was opened in write mode.

Callers 15

NitfReader.hppFile · 0.45
checkInvariantMethod · 0.45
checkState_Method · 0.45
checkImageFileOpenMethod · 0.45
IsOpenMethod · 0.45
checkInvariantMethod · 0.45
IsOpenMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
checkInvariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected