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

Method ExtraDimLoader

io/private/las/Utils.hpp:365–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363{
364public:
365 ExtraDimLoader(const ExtraDims& extraDims) : m_extraDims(extraDims)
366 {}
367
368private:
369 virtual void load(PointRef& point, const char *buf, int bufsize) override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected