| 564 | } |
| 565 | |
| 566 | inline void PointView::appendPoint(const PointView& buffer, PointId id) |
| 567 | { |
| 568 | // Invalid 'id' is a programmer error. |
| 569 | m_index.push_back(buffer.m_index[id]); |
| 570 | m_size++; |
| 571 | } |
| 572 | |
| 573 | |
| 574 | PDAL_EXPORT std::ostream& operator<<(std::ostream& ostr, const PointView&); |