! @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 */
| 416 | @see ImageFile::ImageFile |
| 417 | */ |
| 418 | ustring ImageFile::fileName() const |
| 419 | { |
| 420 | return impl_->fileName(); |
| 421 | } |
| 422 | |
| 423 | /*! |
| 424 | @brief Get current number of open CompressedVectorWriter objects writing to ImageFile. |
no outgoing calls
no test coverage detected