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

Method load

io/private/las/Utils.cpp:503–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503bool LoaderDriver::load(PointRef& point, const char *buf, int bufsize)
504{
505 for (PointLoaderPtr& l : m_loaders)
506 l->load(point, buf, bufsize);
507 return true;
508}
509
510bool LoaderDriver::pack(const PointRef& point, char *buf, int bufsize)
511{

Callers

nothing calls this directly

Calls 5

extractDimFunction · 0.85
toDoubleFunction · 0.85
fromScaledMethod · 0.80
nonstandardMethod · 0.80
setFieldMethod · 0.45

Tested by

no test coverage detected