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

Method versionString

io/LasHeader.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152std::string LasHeader::versionString() const
153{
154 return std::to_string(versionMajor()) + "." + std::to_string(versionMinor());
155}
156
157bool LasHeader::versionAtLeast(uint8_t major, uint8_t minor) const
158{

Callers

nothing calls this directly

Calls 2

versionMajorFunction · 0.85
versionMinorFunction · 0.85

Tested by

no test coverage detected