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