MCPcopy Create free account
hub / github.com/PDAL/PDAL / pack

Method pack

io/private/las/Utils.cpp:510–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510bool LoaderDriver::pack(const PointRef& point, char *buf, int bufsize)
511{
512 for (PointLoaderPtr& l : m_loaders)
513 l->pack(point, buf, bufsize);
514 return true;
515}
516
517V10BaseLoader::V10BaseLoader(const Scaling& scaling) : m_scaling(scaling)
518{}

Callers 4

dataMethod · 0.80
writeCompressedMethod · 0.80
OutputMethod · 0.80
TESTFunction · 0.80

Calls 8

numericCastFunction · 0.85
toDoubleFunction · 0.85
insertDimFunction · 0.85
toScaledMethod · 0.80
getFieldMethod · 0.80
nonstandardMethod · 0.80
toStringFunction · 0.50
nameFunction · 0.50

Tested by 1

TESTFunction · 0.64