Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ active
Method
active
LASlib/src/lasreader.cpp:3265–3267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3263
}
3264
3265
BOOL LASreadOpener::active() const {
3266
return ((file_name_current < file_name_number) || use_stdin);
3267
}
3268
3269
LASreadOpener::LASreadOpener() {
3270
io_ibuffer_size = LAS_TOOLS_IO_IBUFFER_SIZE;
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected