Function load_xyz

Source
pub fn load_xyz<IP, P, R>(read: &mut R, ip: &mut IP) -> XyzIOResult<()>
where IP: IsPushable<P>, P: IsBuildable3D, R: BufRead,
Expand description

Loads a IsPushable as x y z coordinates. E.g. used to load the .xyz file format or .csv file