pub fn read_mdl_ascii<R: BufRead>(reader: R) -> Result<Mdl, MdlAsciiError>Expand description
Reads an ASCII MDL model from a buffered reader.
pub fn read_mdl_ascii<R: BufRead>(reader: R) -> Result<Mdl, MdlAsciiError>Reads an ASCII MDL model from a buffered reader.