Function load_ply_points

Source
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,
Expand description

Loads the points from the .ply file into IsPushable