MCPcopy 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
264uint16_t LasHeader::basePointLen()
265{
266 return (uint16_t)d->h.baseCount();
267}
268
269uint16_t LasHeader::basePointLen(uint8_t format)
270{

Callers

nothing calls this directly

Calls 2

baseCountFunction · 0.85
baseCountMethod · 0.80

Tested by

no test coverage detected