Returns true iff the file is compressed (laszip), as determined by the high bit in the point type
| 291 | /// Returns true iff the file is compressed (laszip), |
| 292 | /// as determined by the high bit in the point type |
| 293 | bool compressed() const |
| 294 | { return m_isCompressed; } |
| 295 | |
| 296 | /// Sets whether or not the points are compressed. |
| 297 | void setCompressed(bool b) |
no outgoing calls