pub fn load_ply_points<IP, P, R>( read: &mut R, ip: &mut IP, ) -> IOResult<(), PlyError>where IP: IsPushable<P>, P: IsBuildable3D + Clone, R: BufRead,
Loads the points from the .ply file into IsPushable