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

Method clean

LASlib/src/lasreader_bil.cpp:867–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867void LASreaderBIL::clean()
868{
869 if (file)
870 {
871 fclose(file);
872 file = 0;
873 }
874 col = 0;
875 row = 0;
876 ncols = 0;
877 nrows = 0;
878 nbands = 0;
879 nbits = 0;
880 ulxcenter = F64_MAX;
881 ulycenter = F64_MAX;
882 xdim = 0;
883 ydim = 0;
884 nodata = -9999;
885 floatpixels = FALSE;
886 signedpixels = FALSE;
887 overflow_I32_x = 0;
888 overflow_I32_y = 0;
889 overflow_I32_z = 0;
890}
891
892LASreaderBIL::LASreaderBIL(LASreadOpener* opener) :LASreader(opener)
893{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected