Skip to main content

read_plot3d_grid

Function read_plot3d_grid 

Source
pub fn read_plot3d_grid(src: &str) -> Result<Plot3dGrid, Error>
Expand description

Parse an ASCII PLOT3D .xyz file from a string.

ยงErrors

Returns Error::Parse if the input is malformed.