MCPcopy Create free account
hub / github.com/LAStools/LAStools / close

Method close

LASlib/src/lasreader_qfit.cpp:388–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void LASreaderQFIT::close(BOOL close_stream)
389{
390 if (close_stream)
391 {
392 if (stream)
393 {
394 delete stream;
395 stream = 0;
396 }
397 if (file)
398 {
399 fclose(file);
400 file = 0;
401 }
402 }
403}
404
405BOOL LASreaderQFIT::reopen(const char* file_name)
406{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected