Skip to main content

write_point_cloud_file_with_format

Function write_point_cloud_file_with_format 

Source
pub fn write_point_cloud_file_with_format(
    path: impl AsRef<Path>,
    cloud: &PointCloud,
    format: PointCloudFileFormat,
) -> Result<(), IoError>
Expand description

Writes a point cloud using an explicit format.