pub fn write_las<W: Write + Seek + Send + Sync + 'static>( writer: W, cloud: &PointCloud, format: LasWriteFormat, ) -> Result<W, IoError>
Writes a point cloud to a LAS/LAZ stream and returns the inner writer.