! @brief Get current number of open CompressedVectorReader objects reading from ImageFile. @details CompressedVectorReader objects that still exist, but are in the closed state aren't counted. CompressedVectorReader objects are created by the CompressedVectorNode::reader function. @pre This ImageFile must be open (i.e. isOpen()). @post No visible state is modified. @return The current number of
| 460 | @see CompressedVectorNode::reader, CompressedVectorReader |
| 461 | */ |
| 462 | int ImageFile::readerCount() const |
| 463 | { |
| 464 | return impl_->readerCount(); |
| 465 | } |
| 466 | |
| 467 | /*! |
| 468 | @brief Declare the use of an E57 extension in an ImageFile being written. |
no outgoing calls
no test coverage detected