![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
| template<typename T > | |
| T | stripSpacesAndCast (const std::string &input, bool acceptSpaces=false) |
| int | toInt (const std::string &input, bool acceptSpaces=false) |
| double | toDouble (const std::string &input, bool acceptSpaces=true) |
| std::string | getV3000Line (std::istream *inStream, unsigned int &line) |
| bool | ParseV3000CTAB (std::istream *inStream, unsigned int &line, RWMol *mol, Conformer *&conf, bool &chiralityPossible, unsigned int &nAtoms, unsigned int &nBonds, bool strictParsing=true, bool expectMEND=true) |
| bool | ParseV2000CTAB (std::istream *inStream, unsigned int &line, RWMol *mol, Conformer *&conf, bool &chiralityPossible, unsigned int &nAtoms, unsigned int &nBonds, bool strictParsing=true) |
| Atom * | replaceAtomWithQueryAtom (RWMol *mol, Atom *atom) |
| std::string RDKit::FileParserUtils::getV3000Line | ( | std::istream * | inStream, |
| unsigned int & | line | ||
| ) |
Referenced by stripSpacesAndCast().
| bool RDKit::FileParserUtils::ParseV2000CTAB | ( | std::istream * | inStream, |
| unsigned int & | line, | ||
| RWMol * | mol, | ||
| Conformer *& | conf, | ||
| bool & | chiralityPossible, | ||
| unsigned int & | nAtoms, | ||
| unsigned int & | nBonds, | ||
| bool | strictParsing = true |
||
| ) |
Referenced by stripSpacesAndCast().
| bool RDKit::FileParserUtils::ParseV3000CTAB | ( | std::istream * | inStream, |
| unsigned int & | line, | ||
| RWMol * | mol, | ||
| Conformer *& | conf, | ||
| bool & | chiralityPossible, | ||
| unsigned int & | nAtoms, | ||
| unsigned int & | nBonds, | ||
| bool | strictParsing = true, |
||
| bool | expectMEND = true |
||
| ) |
Referenced by stripSpacesAndCast().
Referenced by stripSpacesAndCast().
| T RDKit::FileParserUtils::stripSpacesAndCast | ( | const std::string & | input, |
| bool | acceptSpaces = false |
||
| ) |
Definition at line 24 of file FileParserUtils.h.
References getV3000Line(), ParseV2000CTAB(), ParseV3000CTAB(), replaceAtomWithQueryAtom(), toDouble(), and toInt().
| double RDKit::FileParserUtils::toDouble | ( | const std::string & | input, |
| bool | acceptSpaces = true |
||
| ) |
Referenced by stripSpacesAndCast().
| int RDKit::FileParserUtils::toInt | ( | const std::string & | input, |
| bool | acceptSpaces = false |
||
| ) |
Referenced by stripSpacesAndCast().