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

Method close

LASlib/src/laswaveform13reader.cpp:456–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void LASwaveform13reader::close()
457{
458 if (stream)
459 {
460 delete stream;
461 stream = 0;
462 }
463 if (file)
464 {
465 fclose(file);
466 file = 0;
467 }
468}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected