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

Method checkImageFileOpen

plugins/e57/libE57Format/src/ImageFileImpl.cpp:936–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

934 }
935
936 void ImageFileImpl::checkImageFileOpen( const char *srcFileName, int srcLineNumber,
937 const char *srcFunctionName ) const
938 {
939 if ( !isOpen() )
940 {
941 throw E57Exception( ErrorImageFileNotOpen, "fileName=" + fileName(), srcFileName,
942 srcLineNumber, srcFunctionName );
943 }
944 }
945}

Callers

nothing calls this directly

Calls 2

isOpenFunction · 0.85
E57ExceptionClass · 0.85

Tested by

no test coverage detected