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

Method readerCount

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

! @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

Source from the content-addressed store, hash-verified

460@see CompressedVectorNode::reader, CompressedVectorReader
461*/
462int 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.

Callers 4

checkInvariantMethod · 0.45
checkInvariantMethod · 0.45
writerMethod · 0.45
readerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected