pub fn read(path: &Path) -> Result<PointCloud, IoError>Expand description
Reads a cloud, choosing the format by the file’s extension.
The extension is all there is to go on and all anyone uses. A reader that sniffed the contents would be right more often and would also silently open a file the person did not mean to open.