MCPcopy 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
538BOOL LASreadOpener::is_header_populated() const {
539 return (populate_header || (file_name && IsLasLazFile(std::string(file_name))));
540}
541
542void LASreadOpener::reset() {
543 file_name_current = 0;

Callers 1

mainFunction · 0.80

Calls 2

IsLasLazFileFunction · 0.85
stringFunction · 0.85

Tested by

no test coverage detected