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

Method versionEquals

tools/lasdump/Header.hpp:109–110  ·  view source on GitHub ↗

Determine if the header is for a particular LAS file version. \param major - Major version. \param minor - Minor version. \return Whether the version meets the criteria.

Source from the content-addressed store, hash-verified

107 /// \param minor - Minor version.
108 /// \return Whether the version meets the criteria.
109 bool versionEquals(uint8_t major, uint8_t minor) const
110 { return (major == 1 && minor == m_versionMinor); }
111
112 /// Get system identifier.
113 /// Default value is \b "libLAS" specified as the SystemIdentifier constant.

Callers 1

dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected