pub fn read_point_cloud_file( path: impl AsRef<Path>, ) -> Result<PointCloud, IoError>
Reads a point cloud from disk, dispatching on the file extension.