! @brief Get current number of open CompressedVectorWriter objects writing to ImageFile. @details CompressedVectorWriter objects that still exist, but are in the closed state aren't counted. CompressedVectorWriter objects are created by the CompressedVectorNode::writer function. @pre This ImageFile must be open (i.e. isOpen()). @post No visible state is modified. @return The current number of o
| 438 | @see CompressedVectorNode::writer, CompressedVectorWriter |
| 439 | */ |
| 440 | int ImageFile::writerCount() const |
| 441 | { |
| 442 | return impl_->writerCount(); |
| 443 | } |
| 444 | |
| 445 | /*! |
| 446 | @brief Get current number of open CompressedVectorReader objects reading from ImageFile. |
no outgoing calls
no test coverage detected