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

Method writerCount

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

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

Source from the content-addressed store, hash-verified

438@see CompressedVectorNode::writer, CompressedVectorWriter
439*/
440int ImageFile::writerCount() const
441{
442 return impl_->writerCount();
443}
444
445/*!
446@brief Get current number of open CompressedVectorReader objects reading from ImageFile.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected