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

Method pointLen

tools/lasdump/Header.hpp:191–192  ·  view source on GitHub ↗

The length in bytes of each point. All points in the file are considered to be fixed in size, and the PointFormatName is used to determine the fixed portion of the dimensions in the point.

Source from the content-addressed store, hash-verified

189 /// considered to be fixed in size, and the PointFormatName is used
190 /// to determine the fixed portion of the dimensions in the point.
191 uint16_t pointLen() const
192 { return m_pointLen; }
193 void setPointLen(uint16_t v)
194 { m_pointLen = v; }
195 uint16_t basePointLen()

Callers 1

readPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected