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

Method data

tools/lasdump/Vlr.hpp:51–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 bool matches(std::string userId, uint16_t recordId)
50 { return userId == m_userId && recordId == m_recordId; }
51 const char *data() const
52 { return (const char *)m_data.data(); }
53 uint64_t dataLen() const
54 { return m_data.size(); }
55

Callers 15

getFunction · 0.45
readPointsMethod · 0.45
cksumFunction · 0.45
unwrapMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 12

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
compareFilesFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
processOneMethod · 0.36