pub fn write_las<W>(
writer: W,
cloud: &PointCloud,
format: LasWriteFormat,
) -> Result<W, IoError>Expand description
Writes a point cloud to a LAS/LAZ stream and returns the inner writer.
pub fn write_las<W>(
writer: W,
cloud: &PointCloud,
format: LasWriteFormat,
) -> Result<W, IoError>Writes a point cloud to a LAS/LAZ stream and returns the inner writer.