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

Method isOpen

plugins/e57/libE57Format/src/CompressedVectorReader.cpp:306–309  ·  view source on GitHub ↗

! @brief Test whether CompressedVectorReader is still open for reading. @pre The associated ImageFile must be open. @throw ::ErrorImageFileNotOpen (n/c) @throw ::ErrorInternal All objects in undocumented state @see CompressedVectorReader::close, CompressedVectorNode::reader */

Source from the content-addressed store, hash-verified

304@see CompressedVectorReader::close, CompressedVectorNode::reader
305*/
306bool CompressedVectorReader::isOpen()
307{
308 return impl_->isOpen();
309}
310
311/*!
312@brief Return the CompressedVectorNode being read.

Callers 1

checkInvariantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected