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

Method LoaderDriver

io/private/las/Utils.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455// LAS loader driver
456
457LoaderDriver::LoaderDriver(int pdrf, const Scaling& scaling, const ExtraDims& dims)
458{
459 init(pdrf, scaling, dims);
460}
461
462void LoaderDriver::init(int pdrf, const Scaling& scaling, const ExtraDims& dims)
463{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected