Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ is_header_populated
Method
is_header_populated
LASlib/src/lasreader.cpp:538–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
BOOL LASreadOpener::is_header_populated() const {
539
return (populate_header || (file_name && IsLasLazFile(std::string(file_name))));
540
}
541
542
void LASreadOpener::reset() {
543
file_name_current = 0;
Callers
1
main
Function · 0.80
Calls
2
IsLasLazFile
Function · 0.85
string
Function · 0.85
Tested by
no test coverage detected