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

Method clean

LASlib/src/lasreader_dtm.cpp:1420–1440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420void LASreaderDTM::clean()
1421{
1422 if (file)
1423 {
1424 fclose(file);
1425 file = 0;
1426 }
1427 col = 0;
1428 row = 0;
1429 ncols = 0;
1430 nrows = 0;
1431 nodata = -9999.0f;
1432 data_type = -1;
1433 ll_x = 0.0;
1434 ll_y = 0.0;
1435 xdim = 0;
1436 ydim = 0;
1437 overflow_I32_x = 0;
1438 overflow_I32_y = 0;
1439 overflow_I32_z = 0;
1440}
1441
1442LASreaderDTM::LASreaderDTM(LASreadOpener* opener) :LASreader(opener)
1443{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected