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

Method versionAtLeast

io/LasHeader.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157bool LasHeader::versionAtLeast(uint8_t major, uint8_t minor) const
158{
159 return d->h.versionAtLeast(major, minor);
160}
161
162bool LasHeader::versionEquals(uint8_t major, uint8_t minor) const
163{

Callers 7

initializeLocalMethod · 0.45
addMetadataVlrMethod · 0.45
addPipelineVlrMethod · 0.45
addSpatialRefVlrsMethod · 0.45
addVlrMethod · 0.45
fillHeaderMethod · 0.45
validateHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected