Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ basePointLen
Method
basePointLen
io/LasHeader.cpp:264–267 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
uint16_t LasHeader::basePointLen()
265
{
266
return (uint16_t)d->h.baseCount();
267
}
268
269
uint16_t LasHeader::basePointLen(uint8_t format)
270
{
Callers
nothing calls this directly
Calls
2
baseCount
Function · 0.85
baseCount
Method · 0.80
Tested by
no test coverage detected