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

Method vlrOffset

tools/lasdump/Header.hpp:157–158  ·  view source on GitHub ↗

Get number of bytes of generic verion of public header block storage. Standard version of the public header block is 227 bytes long.

Source from the content-addressed store, hash-verified

155 /// Get number of bytes of generic verion of public header block storage.
156 /// Standard version of the public header block is 227 bytes long.
157 uint16_t vlrOffset() const
158 { return m_vlrOffset; }
159
160 void setVlrOffset(uint16_t offset)
161 { m_vlrOffset = offset; }

Callers 2

dumpMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36