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

Method BpfHeader

io/BpfHeader.hpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 };
147
148 BpfHeader() : m_version(0), m_len(176), m_numDim(0),
149 m_compression(Utils::toNative(BpfCompression::None)), m_numPts(0),
150 m_coordType(Utils::toNative(BpfCoordType::Cartesian)), m_coordId(0),
151 m_spacing(0.0), m_startTime(0.0), m_endTime(0.0)
152 {}
153
154 int32_t m_version;
155 std::string m_ver;

Callers

nothing calls this directly

Calls 1

toNativeFunction · 0.50

Tested by

no test coverage detected