![]() |
Rosetta
2021.16
|
#include <MolFileIOReader.hh>

Public Member Functions | |
| MolFileIOReader () | |
| ~MolFileIOReader () override | |
| utility::vector1 < MolFileIOMoleculeOP > | parse_file (std::string const &filename, std::string type="", core::Size n_entries=0) |
| parse file, with the possibility of type autodetection. More... | |
| utility::vector1 < MolFileIOMoleculeOP > | parse_file (std::istream &file, std::string type, core::Size n_entries=0) |
| parse file from stream, type must be specified. More... | |
|
default |
|
overridedefault |
| utility::vector1< MolFileIOMoleculeOP > core::chemical::sdf::MolFileIOReader::parse_file | ( | std::string const & | filename, |
| std::string | type = "", |
||
| core::Size | n_entries = 0 |
||
| ) |
parse file, with the possibility of type autodetection.
This has to take a filename, as autodetection of file type may require reopening the file
References core::chemical::sdf::TR().
Referenced by core::chemical::sdf::convert_to_ResidueTypes(), and core::chemical::GlobalResidueTypeSet::extra_nonparam_restypes_from_commandline().
| utility::vector1< MolFileIOMoleculeOP > core::chemical::sdf::MolFileIOReader::parse_file | ( | std::istream & | file, |
| std::string | type, | ||
| core::Size | n_entries = 0 |
||
| ) |
parse file from stream, type must be specified.
References core::chemical::sdf::SDFParser::parse(), and core::chemical::sdf::TR().
1.8.7