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

Method close

LASlib/src/lasreader_ply.cpp:755–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void LASreaderPLY::close(BOOL close_stream)
756{
757 if (file)
758 {
759 if (piped) while(fgets(line, 512, file));
760 fclose(file);
761 file = 0;
762 }
763}
764
765BOOL LASreaderPLY::reopen(const char* file_name)
766{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected