Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ GetDefaultSoftwareId
Function
GetDefaultSoftwareId
io/LasHeader.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
const std::string LasHeader::FILE_SIGNATURE(
"LASF"
);
50
51
std::string GetDefaultSoftwareId()
52
{
53
return las::generateSoftwareId();
54
}
55
56
struct LasHeader::Private
57
{
Callers
nothing calls this directly
Calls
1
generateSoftwareId
Function · 0.85
Tested by
no test coverage detected