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

Method dataLen

tools/lasdump/Vlr.hpp:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 const char *data() const
52 { return (const char *)m_data.data(); }
53 uint64_t dataLen() const
54 { return m_data.size(); }
55
56protected:
57 uint16_t m_recordSig;

Callers 1

TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36