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

Method close

LASlib/src/lasreader_txt.cpp:1307–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305}
1306
1307void LASreaderTXT::close(BOOL close_stream)
1308{
1309 if (file)
1310 {
1311 if (piped) while (fgets(line, 512, file));
1312 fclose(file);
1313 file = 0;
1314 }
1315}
1316
1317BOOL LASreaderTXT::reopen(const char* file_name)
1318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected