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

Method Header

tools/lasdump/Header.cpp:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#endif
48
49Header::Header() : m_sourceId(0), m_globalEncoding(0), m_versionMinor(0),
50 m_createDOY(0), m_createYear(0), m_vlrOffset(0), m_pointOffset(0),
51 m_vlrCount(0), m_pointFormat(0), m_pointLen(0), m_pointCount(0),
52 m_isCompressed(false), m_eVlrOffset(0), m_eVlrCount(0)
53{
54 m_pointCountByReturn.fill(0);
55 m_scales.fill(1.0);
56 m_offsets.fill(0.0);
57}
58
59
60uint16_t Header::basePointLen(uint8_t type)

Callers

nothing calls this directly

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected