Skip to main content

read_ply

Function read_ply 

Source
pub fn read_ply<R>(reader: &mut R) -> Result<PointCloud, IoError>
where R: BufRead,
Expand description

Reads a complete PLY file from any buffered reader.