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

Method writeLazPerfBuf

io/LasWriter.cpp:860–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858
859
860void LasWriter::writeLazPerfBuf(char *pos, size_t pointLen, point_count_t numPts)
861{
862 for (point_count_t i = 0; i < numPts; i++)
863 {
864 m_compressor->compress(pos);
865 pos += pointLen;
866 }
867}
868
869
870bool LasWriter::fillPointBuf(PointRef& point, LeInserter& ostream)

Callers

nothing calls this directly

Calls 1

compressMethod · 0.45

Tested by

no test coverage detected