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

Method Close

plugins/e57/libE57Format/src/ReaderImpl.cpp:212–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 bool ReaderImpl::Close()
213 {
214 if ( !IsOpen() )
215 {
216 return false;
217 }
218
219 imf_.close();
220 return true;
221 }
222
223 // Returns the file header information in fileHeader
224 bool ReaderImpl::GetE57Root( E57Root &fileHeader ) const

Callers 4

doneMethod · 0.45
initializeMethod · 0.45
doneMethod · 0.45
operator()Method · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected