RDKit
Open-source cheminformatics and machine learning.
|
#include <SmilesParse.h>
Public Attributes | |
int | debugParse = 0 |
std::map< std::string, std::string > * | replacements |
bool | allowCXSMILES = true |
bool | strictCXSMILES |
bool | parseName = true |
bool | mergeHs |
bool | skipCleanup = false |
Definition at line 105 of file SmilesParse.h.
recognize and parse CXSMILES extensions
Definition at line 109 of file SmilesParse.h.
int RDKit::v1::SmartsParserParams::debugParse = 0 |
enable debugging in the SMARTS parser
Definition at line 106 of file SmilesParse.h.
bool RDKit::v1::SmartsParserParams::mergeHs |
toggles merging H atoms in the SMARTS into neighboring atoms
Definition at line 113 of file SmilesParse.h.
parse (and set) the molecule name as well
Definition at line 112 of file SmilesParse.h.
std::map<std::string, std::string>* RDKit::v1::SmartsParserParams::replacements |
skip the final cleanup stage
Definition at line 115 of file SmilesParse.h.
bool RDKit::v1::SmartsParserParams::strictCXSMILES |
throw an exception if the CXSMILES parsing fails
Definition at line 110 of file SmilesParse.h.