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

Method close

LASlib/src/lasreader_shp.cpp:454–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void LASreaderSHP::close(BOOL close_stream)
455{
456 if (file)
457 {
458 if (piped) while(fgetc(file) != EOF);
459 fclose(file);
460 file = 0;
461 }
462}
463
464BOOL LASreaderSHP::reopen(const char* file_name)
465{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected