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

Method clean

LASlib/src/lasreader_shp.cpp:506–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void LASreaderSHP::clean()
507{
508 if (file)
509 {
510 if (piped) while(fgetc(file) != EOF);
511 fclose(file);
512 file = 0;
513 }
514 number_of_points = 0;
515 point_count = 0;
516}
517
518LASreaderSHP::LASreaderSHP(LASreadOpener* opener):LASreader(opener)
519{

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected