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

Method getNumPoints

io/LasReader.cpp:235–238  ·  view source on GitHub ↗

Number of points we're wanting to fetch.

Source from the content-addressed store, hash-verified

233
234// Number of points we're wanting to fetch.
235point_count_t LasReader::getNumPoints() const
236{
237 return d->end - d->opts.start;
238}
239
240void LasReader::initialize(PointTableRef table)
241{

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected