Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ close
Method
close
LASlib/src/lasreaderbuffered.cpp:489–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
void LASreaderBuffered::close(BOOL close_stream)
490
{
491
if (lasreader)
492
{
493
lasreader->close(close_stream);
494
}
495
}
496
497
498
void LASreaderBuffered::clean()
Callers
2
open
Method · 0.45
read_point_default
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected