! @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 */
| 384 | @see ImageFile::ImageFile, ImageFile::close |
| 385 | */ |
| 386 | bool ImageFile::isOpen() const |
| 387 | { |
| 388 | return impl_->isOpen(); |
| 389 | } |
| 390 | |
| 391 | /*! |
| 392 | @brief Test whether ImageFile was opened in write mode. |
no outgoing calls
no test coverage detected