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

Method checkReaderOpen

plugins/e57/libE57Format/src/CompressedVectorReaderImpl.cpp:598–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 }
597
598 void CompressedVectorReaderImpl::checkReaderOpen( const char *srcFileName, int srcLineNumber,
599 const char *srcFunctionName ) const
600 {
601 if ( !isOpen_ )
602 {
603 throw E57Exception( ErrorReaderNotOpen,
604 "imageFileName=" + cVector_->imageFileName() +
605 " cvPathName=" + cVector_->pathName(),
606 srcFileName, srcLineNumber, srcFunctionName );
607 }
608 }
609
610#ifdef E57_ENABLE_DIAGNOSTIC_OUTPUT
611 void CompressedVectorReaderImpl::dump( int indent, std::ostream &os )

Callers

nothing calls this directly

Calls 3

E57ExceptionClass · 0.85
imageFileNameMethod · 0.80
pathNameMethod · 0.45

Tested by

no test coverage detected