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

Method vlrData

io/LasReader.cpp:225–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225uint64_t LasReader::vlrData(const std::string& userId, uint16_t recordId, char const * & data)
226{
227 const las::Vlr *vlr = las::findVlr(userId, recordId, d->vlrs);
228 if (!vlr)
229 return 0;
230 data = vlr->data();
231 return vlr->dataVec.size();
232}
233
234// Number of points we're wanting to fetch.
235point_count_t LasReader::getNumPoints() const

Callers 3

readyCompressionMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 3

findVlrFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36